aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-27 17:32:24 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-27 17:32:24 +0800
commit48917ce849218232485354f69e2337dd5f8055a3 (patch)
tree7aef7e705d23d3d5b4ff6c0fd964b603cfe0562f /sysutils
parentba3397ebb760283175e77560b4bf58ff50cc6964 (diff)
downloadfreebsd-ports-gnome-48917ce849218232485354f69e2337dd5f8055a3.tar.gz
freebsd-ports-gnome-48917ce849218232485354f69e2337dd5f8055a3.tar.zst
freebsd-ports-gnome-48917ce849218232485354f69e2337dd5f8055a3.zip
Support staging
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ipsc/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile
index efd741854ce0..a35758a036f8 100644
--- a/sysutils/ipsc/Makefile
+++ b/sysutils/ipsc/Makefile
@@ -15,18 +15,15 @@ BUILD_DEPENDS= ${PRIPS_WRKSRC}/prips.o:${PORTSDIR}/sysutils/prips:build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
ALL_TARGET= ipsc
-PLIST_FILES= bin/ipsc
-
-MAN8= ipsc.8
+PLIST_FILES= bin/ipsc man/man8/ipsc.8.gz
PRIPS_WRKSRC!= cd ${.CURDIR}/../prips && ${MAKE} -V WRKSRC
-NO_STAGE= yes
post-extract:
${LN} -s ${PRIPS_WRKSRC} ${WRKDIR}/prips
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin
- ${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${MANPREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>