diff options
author | nox <nox@FreeBSD.org> | 2014-05-21 01:42:39 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-05-21 01:42:39 +0800 |
commit | 62018bbef985488593209219d3a56d9d2c58e035 (patch) | |
tree | 0911668e060d826094e1c95fe1a526876b89a8dd /www | |
parent | 9f1109285677dfe8317bf85b4256caeac61beffd (diff) | |
download | freebsd-ports-gnome-62018bbef985488593209219d3a56d9d2c58e035.tar.gz freebsd-ports-gnome-62018bbef985488593209219d3a56d9d2c58e035.tar.zst freebsd-ports-gnome-62018bbef985488593209219d3a56d9d2c58e035.zip |
- Add USES= shebangfix for /usr/bin/perl.
- Bump PORTREVISION.
(check-plist still complains about /var/cache with pkg_*, but if I
add a @dirrmtry for that it complains about that with pkgng.)
Diffstat (limited to 'www')
-rw-r--r-- | www/vdradmin-am/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/vdradmin-am/Makefile b/www/vdradmin-am/Makefile index cfe4b8fc577c..ef17c28ec251 100644 --- a/www/vdradmin-am/Makefile +++ b/www/vdradmin-am/Makefile @@ -3,6 +3,7 @@ PORTNAME= vdradmin-am PORTVERSION= 3.6.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://andreas.vdr-developer.org/vdradmin-am/download/ @@ -27,7 +28,8 @@ RUN_DEPENDS= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \ DIST_SUBDIR= vdr PATCH_STRIP= -p1 -USES= tar:bzip2 +USES= shebangfix tar:bzip2 +SHEBANG_FILES= vdradmind vdradmind.pl WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/}-${DISTVERSION} NO_BUILD= yes USE_RC_SUBR= vdradmind |