diff options
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 |