diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 04:26:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 04:26:14 +0800 |
commit | 1817e5bfc2e81950482ae04af38801eee721da1a (patch) | |
tree | 8901d2f47e1c791636462be17bb3e8414e1b0bf6 /www | |
parent | 9ca3aba82c17ec7f6dc2d5fdf3f3e78f8af10048 (diff) | |
download | freebsd-ports-gnome-1817e5bfc2e81950482ae04af38801eee721da1a.tar.gz freebsd-ports-gnome-1817e5bfc2e81950482ae04af38801eee721da1a.tar.zst freebsd-ports-gnome-1817e5bfc2e81950482ae04af38801eee721da1a.zip |
- Fix shebangs
- Drop @dirrm* from plist
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'www')
-rw-r--r-- | www/dtse/Makefile | 5 | ||||
-rw-r--r-- | www/dtse/files/patch-search.cgi.in | 8 | ||||
-rw-r--r-- | www/dtse/pkg-plist | 4 |
3 files changed, 4 insertions, 13 deletions
diff --git a/www/dtse/Makefile b/www/dtse/Makefile index 28c0d13904b2..551ee0924695 100644 --- a/www/dtse/Makefile +++ b/www/dtse/Makefile @@ -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 diff --git a/www/dtse/files/patch-search.cgi.in b/www/dtse/files/patch-search.cgi.in deleted file mode 100644 index 6311dd2065ce..000000000000 --- a/www/dtse/files/patch-search.cgi.in +++ /dev/null @@ -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 - # diff --git a/www/dtse/pkg-plist b/www/dtse/pkg-plist index 5a4bd3b5f27b..5a10d4868c84 100644 --- a/www/dtse/pkg-plist +++ b/www/dtse/pkg-plist @@ -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 |