aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-30 22:42:19 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-30 22:42:19 +0800
commit09abba6eefc313d5f0deb96e31606b783e865e78 (patch)
tree6d9e5ee0aef7dcf054036f78782e37dcd7b2113f /sysutils
parent9ea52f8565d721948ed920c15e41ff5ada3ae030 (diff)
downloadfreebsd-ports-gnome-09abba6eefc313d5f0deb96e31606b783e865e78.tar.gz
freebsd-ports-gnome-09abba6eefc313d5f0deb96e31606b783e865e78.tar.zst
freebsd-ports-gnome-09abba6eefc313d5f0deb96e31606b783e865e78.zip
1: Stagify.
2: use @sample to handle config file, bump version. Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/webjob/Makefile26
-rw-r--r--sysutils/webjob/pkg-plist6
2 files changed, 17 insertions, 15 deletions
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile
index 8c9c782097fd..bbb4a737f19f 100644
--- a/sysutils/webjob/Makefile
+++ b/sysutils/webjob/Makefile
@@ -1,26 +1,26 @@
# Created by: Klayton Monroe <klm@uidzero.org>
# $FreeBSD$
-PORTNAME= webjob
-PORTVERSION= 1.9.0
-CATEGORIES= sysutils security
-MASTER_SITES= SF
-EXTRACT_SUFX= .tgz
+PORTNAME= webjob
+PORTVERSION= 1.9.0
+PORTREVISION= 1
+CATEGORIES= sysutils security
+MASTER_SITES= SF
+EXTRACT_SUFX= .tgz
-MAINTAINER= klm@uidzero.org
-COMMENT= Download and execute a program over HTTP/HTTPS
+MAINTAINER= klm@uidzero.org
+COMMENT= Download and execute a program over HTTP/HTTPS
-USES= perl5
-GNU_CONFIGURE= yes
-USE_PERL5= build
-MAN1= webjob.1 xshar.1
+USES= perl5 shebangfix
+SHEBANG_FILES= tools/xshar/xshar
+GNU_CONFIGURE= yes
+USE_PERL5= build
OPTIONS_DEFINE= PAD_TOOLS DSV_TOOLS SSL
OPTIONS_DEFAULT= PAD_TOOLS DSV_TOOLS
PAD_TOOLS_DESC= install PaD tools
DSV_TOOLS_DESC= install DSV tools
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPAD_TOOLS}
@@ -50,6 +50,6 @@ CFLAGS+= -static
.endif
post-install:
- @${STRIP_CMD} ${PREFIX}/bin/webjob
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/webjob
.include <bsd.port.mk>
diff --git a/sysutils/webjob/pkg-plist b/sysutils/webjob/pkg-plist
index 216afa7c8493..058766bfe469 100644
--- a/sysutils/webjob/pkg-plist
+++ b/sysutils/webjob/pkg-plist
@@ -4,5 +4,7 @@
%%PAD_TOOLS%%bin/pad-make-binary
%%PAD_TOOLS%%bin/xshar
bin/webjob
-etc/webjob-execute.cfg.sample
-etc/webjob-get-url.cfg.sample
+@sample etc/webjob-execute.cfg.sample
+@sample etc/webjob-get-url.cfg.sample
+man/man1/webjob.1.gz
+man/man1/xshar.1.gz