aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-24 12:54:26 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-24 12:54:26 +0800
commitf2fc86775978d7fd1005762aaf5dd8447c20d6de (patch)
treef66c9eb189fc293fcafd84ab318f59a81e1b2d6e /net
parent924ff9ceb449063b56157ef06ceeca79c9c4b7f8 (diff)
downloadfreebsd-ports-gnome-f2fc86775978d7fd1005762aaf5dd8447c20d6de.tar.gz
freebsd-ports-gnome-f2fc86775978d7fd1005762aaf5dd8447c20d6de.tar.zst
freebsd-ports-gnome-f2fc86775978d7fd1005762aaf5dd8447c20d6de.zip
Stagify.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'net')
-rw-r--r--net/ssspl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ssspl/Makefile b/net/ssspl/Makefile
index d6c987ff976d..acc5b2807801 100644
--- a/net/ssspl/Makefile
+++ b/net/ssspl/Makefile
@@ -15,17 +15,17 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
NO_BUILD= yes
-
+USES= shebangfix
+SHEBANG_FILES= sss.pl
PLIST_FILES= sbin/sss.pl
STRIP=
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-install:
${CHMOD} +x ${WRKSRC}/${DISTFILES}
- ${INSTALL_PROGRAM} ${WRKSRC}/${DISTFILES} ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTFILES} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>