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 | |
parent | 45266e4ba87c82fe790feca70e84c4a7010753b1 (diff) | |
download | ports-b9a2b7deac5352b89217ced1971142bab20c72a5.tar.gz ports-b9a2b7deac5352b89217ced1971142bab20c72a5.zip |
Notes
Diffstat (limited to 'converters')
-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 |