aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_tkt/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-01 15:05:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-01 15:05:37 +0000
commit15e01f7a105657dc21b305be4c9b26b685a008fe (patch)
tree3e9a49e8eab5de29cbc87e4254eb44506687ebbf /www/mod_auth_tkt/Makefile
parenta5737b02e577de64be0f1ca8b37307b5331e9fb0 (diff)
downloadports-15e01f7a105657dc21b305be4c9b26b685a008fe.tar.gz
ports-15e01f7a105657dc21b305be4c9b26b685a008fe.zip
- Fix shebangs
- Silence post-patch Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=398280
Diffstat (limited to 'www/mod_auth_tkt/Makefile')
-rw-r--r--www/mod_auth_tkt/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/mod_auth_tkt/Makefile b/www/mod_auth_tkt/Makefile
index f2528e85df05..79bd887e6db4 100644
--- a/www/mod_auth_tkt/Makefile
+++ b/www/mod_auth_tkt/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mod_auth_tkt
PORTVERSION= 2.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= LOCAL/kuriyama \
http://www.openfusion.com.au/labs/dist/mod_auth_tkt/
@@ -10,6 +10,9 @@ MASTER_SITES= LOCAL/kuriyama \
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Lightweight single-sign-on authentication module for apache
+USES= shebangfix
+SHEBANG_FILES= ../cgi/login.cgi \
+ ../cgi/logout.cgi
USE_APACHE= 22+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -29,7 +32,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-query-separator
.endif
post-patch:
- ${REINPLACE_CMD} -e 's|.usr/share/man|${STAGEDIR}${PREFIX}/man|' ${WRKSRC}/../Makedefs
+ @${REINPLACE_CMD} -e 's|.usr/share/man|${STAGEDIR}${PREFIX}/man|' ${WRKSRC}/../Makedefs
post-build:
cd ${WRKSRC}/../doc; ${MAKE} all