- Fix shebangs
- Drop @dirrm* from plist Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
6519acfd04
commit
9a4f2a0883
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386888
3 changed files with 4 additions and 13 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= dtse
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
|
||||
http://code.douglasthrift.net/files/${PORTNAME}/
|
||||
|
@ -20,7 +21,9 @@ USE_OPENSSL= yes
|
|||
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
USES= gmake perl5 tar:bzip2
|
||||
USES= gmake perl5 shebangfix tar:bzip2
|
||||
SHEBANG_FILES= search.cgi.in
|
||||
perl_OLD_CMD= @which_perl@
|
||||
USE_AUTOTOOLS= aclocal:env automake:env autoconf:env
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
--- ./search.cgi.in.orig 2004-04-05 15:50:25.000000000 -0700
|
||||
+++ ./search.cgi.in 2011-12-30 17:37:16.000000000 -0800
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!@which_perl@
|
||||
+#!@PERL@
|
||||
#
|
||||
# Douglas Thrift's Search Engine CGI Script
|
||||
#
|
|
@ -11,7 +11,3 @@ dtse/data/body.html
|
|||
dtse/data/footer.html
|
||||
dtse/data/notfound.html
|
||||
dtse/data/pages.html
|
||||
@dirrm dtse/bin
|
||||
@dirrm dtse/http
|
||||
@dirrm dtse/data
|
||||
@dirrm dtse
|
||||
|
|
Loading…
Reference in a new issue