aboutsummaryrefslogtreecommitdiff
path: root/print/mftrace
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
commit1c6ed8eca3fd323ad84584b083ec5246b4f5cc34 (patch)
tree084a3ff0af921b622a1b95e501fdbf510ab133e4 /print/mftrace
parent1d085932a2bc53e47470d2ff07242dd9e96d1409 (diff)
downloadports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.tar.gz
ports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.zip
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
Notes
Notes: svn path=/head/; revision=365343
Diffstat (limited to 'print/mftrace')
-rw-r--r--print/mftrace/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile
index 2a3329948c76..24c6ccaddc4b 100644
--- a/print/mftrace/Makefile
+++ b/print/mftrace/Makefile
@@ -34,17 +34,13 @@ PLIST_FILES= \
bin/gf2pbm \
bin/mftrace \
%%PYTHON_SITELIBDIR%%/afm.py \
- %%PYTHON_SITELIBDIR%%/tfm.py
-.if !defined(NO_INSTALL_MANPAGES)
-PLIST_FILES+= man/man1/mftrace.1.gz
-.endif
+ %%PYTHON_SITELIBDIR%%/tfm.py \
+ man/man1/mftrace.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gf2pbm ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/mftrace ${STAGEDIR}${PREFIX}/bin
-.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/mftrace.1 ${STAGEDIR}${MANPREFIX}/man/man1
-.endif
@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
${INSTALL_SCRIPT} ${WRKSRC}/tfm.py ${STAGEDIR}${PYTHON_SITELIBDIR}
${INSTALL_SCRIPT} ${WRKSRC}/afm.py ${STAGEDIR}${PYTHON_SITELIBDIR}