aboutsummaryrefslogtreecommitdiff
path: root/converters/tuc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 14:29:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 14:29:53 +0000
commit9ab482aa0c6242fcb37946ad44c6b89652e1e479 (patch)
treebea95e6f423967e62f3eaf68c6cac8d6bd8a5d52 /converters/tuc
parent36951ee4c950ac014e610645723d7b9288724adc (diff)
downloadports-9ab482aa0c6242fcb37946ad44c6b89652e1e479.tar.gz
ports-9ab482aa0c6242fcb37946ad44c6b89652e1e479.zip
Notes
Diffstat (limited to 'converters/tuc')
-rw-r--r--converters/tuc/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/converters/tuc/Makefile b/converters/tuc/Makefile
index fd9907899bae..c2a13409cd03 100644
--- a/converters/tuc/Makefile
+++ b/converters/tuc/Makefile
@@ -9,14 +9,12 @@ MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Text to Unix Conversion
-MAN1= tuc.1
-
NO_CDROM= Author does not allow CD-ROM distribution
-PLIST_FILES= bin/tuc
+PLIST_FILES= bin/tuc \
+ man/man1/tuc.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tuc ${PREFIX}/bin
- $(INSTALL_MAN) ${WRKSRC}/tuc.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/tuc ${STAGEDIR}${PREFIX}/bin
+ $(INSTALL_MAN) ${WRKSRC}/tuc.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>