aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 12:16:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 12:16:22 +0000
commit1521c2a63457293752364e51faacf4502aa6d852 (patch)
treec21b908b9cd143861486d1ed570f7c6652f20887 /print
parentf48a130ab3e2531c922793e26d10347c3df88670 (diff)
downloadports-1521c2a63457293752364e51faacf4502aa6d852.tar.gz
ports-1521c2a63457293752364e51faacf4502aa6d852.zip
- Stage support
Notes
Notes: svn path=/head/; revision=343054
Diffstat (limited to 'print')
-rw-r--r--print/min12xxw/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/print/min12xxw/Makefile b/print/min12xxw/Makefile
index 13709a84a89a..e1985f7d8d17 100644
--- a/print/min12xxw/Makefile
+++ b/print/min12xxw/Makefile
@@ -11,13 +11,12 @@ COMMENT= Print driver for the Minolta PagePro 1(2/3/4)xxW printers
HAS_CONFIGURE= yes
-MAN1= min12xxw.1
-PLIST_FILES= bin/min12xxw bin/esc-m
+PLIST_FILES= bin/min12xxw bin/esc-m \
+ man/man1/min12xxw.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/min12xxw ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/esc-m ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/min12xxw.1 ${PREFIX}/man/man1
+ ${INSTALL_SCRIPT} ${WRKSRC}/min12xxw ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/esc-m ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/min12xxw.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>