diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2001-03-29 04:43:33 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2001-03-29 04:43:33 +0000 |
commit | 0de861044df0c50202770532cacaef43cc721ba3 (patch) | |
tree | 10775eb22205f669cb21c046924854a271986a31 /graphics | |
parent | 032c436070cca2d58f22aa9fea3452d9fff68469 (diff) | |
download | FreeBSD-ports-0de861044df0c50202770532cacaef43cc721ba3.zip FreeBSD-ports-0de861044df0c50202770532cacaef43cc721ba3.tar.gz |
Revert portion of the previous commit that changed the MAN section.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index b835c3d..a68de57 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_IMAKE= yes -MANN= xli.n xlito.n -MANCOMPRESSED= no +MAN1= xli.1 xlito.1 post-patch: @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile |