diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-14 17:13:50 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-14 17:13:50 +0000 |
commit | b9a2b7deac5352b89217ced1971142bab20c72a5 (patch) | |
tree | 08bfea38a63ba7f38216bd0f06687239ef5541bb /converters/uudx | |
parent | Regenerate this patch so that PATCH_STRIP doesn't have to be defined in (diff) |
Let bsd.port.mk do the manpage compression.
Notes
Notes:
svn path=/head/; revision=7903
Diffstat (limited to 'converters/uudx')
-rw-r--r-- | converters/uudx/files/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/converters/uudx/files/Makefile b/converters/uudx/files/Makefile index c34d155526ae..341536aa6c3e 100644 --- a/converters/uudx/files/Makefile +++ b/converters/uudx/files/Makefile @@ -20,7 +20,3 @@ install: ${PROGRAM} ${INSTALL} -c -s ${PROGRAM} ${PREFIX}/bin mkdir -p ${MANDIR} ${INSTALL} -c ${MANPAGE} ${MANDIR} -.if !defined(NOMANCOMPRESS) - gzip -9nf ${MANDIR}/${MANPAGE} - -.endif |