aboutsummaryrefslogtreecommitdiff
path: root/misc/shc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 14:33:17 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 14:33:17 +0000
commite5455d4a0658b822139cc277796b7f422dba7d46 (patch)
tree2e4cd8bd413e882f77dff0124f17b1d9d03b4ed4 /misc/shc
parentff6f962ef0273052714ef80fc8aca9443a9362da (diff)
downloadports-e5455d4a0658b822139cc277796b7f422dba7d46.tar.gz
ports-e5455d4a0658b822139cc277796b7f422dba7d46.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331588
Diffstat (limited to 'misc/shc')
-rw-r--r--misc/shc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile
index 988055290675..53b1718bcdab 100644
--- a/misc/shc/Makefile
+++ b/misc/shc/Makefile
@@ -11,10 +11,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Generic script compiler
-MAN1= shc.1
-PLIST_FILES= bin/shc
+PLIST_FILES= bin/shc man/man1/shc.1.gz
-NO_STAGE= yes
post-extract:
@${RM} ${WRKSRC}/shc
@@ -22,7 +20,7 @@ do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/${PORTNAME}-${PORTVERSION}.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/shc.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/shc ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/shc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>