diff options
author | agc <agc@pkgsrc.org> | 1997-11-18 12:43:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-18 12:43:40 +0000 |
commit | b9d3cf0d657d884cb8610c1ca06be2db34567e96 (patch) | |
tree | 242cf849ab7f5e78a8754d698ce0c5bee7d52a2e /archivers/rar/Makefile | |
parent | ff165071e5bf44f21bff5914dd064c92c0f5a54e (diff) | |
download | pkgsrc-b9d3cf0d657d884cb8610c1ca06be2db34567e96.tar.gz |
Make sure the pre-formatted manual page compresses correctly by using
CAT1= rar.1
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r-- | archivers/rar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 49f6fc8a1b0..eb418dafda9 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,7 +4,7 @@ # Date created: 15 May 1996 # Whom: ache # -# $NetBSD: Makefile,v 1.2 1997/10/27 03:22:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/11/18 12:43:40 agc Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp # @@ -22,6 +22,7 @@ NO_PACKAGE= Only unmodified original package can be distributed NO_WRKSUBDIR= yes EXTRACT_CMD= EXTRACT_BEFORE_ARGS= +CAT1= rar.1 post-fetch: chmod a+x ${DISTDIR}/${DISTFILES} |