diff options
Diffstat (limited to 'sysutils/httm/Makefile')
| -rw-r--r-- | sysutils/httm/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index f680749dfe47..4ed1fd183abc 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,6 +1,6 @@ PORTNAME= httm -DISTVERSION= 0.48.0 -PORTREVISION= 3 +DISTVERSION= 0.48.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -19,4 +19,15 @@ GH_ACCOUNT= kimono-koans PLIST_FILES= bin/httm +OPTIONS_DEFINE= SCRIPTS +OPTIONS_DEFAULT=SCRIPTS + +SCRIPTS_DESC= Install example scripts + +SCRIPTS_RUN_DEPENDS= bash:shells/bash +SCRIPTS_PLIST_FILES= bin/bowie + +post-install-SCRIPTS-on: + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/bowie.bash ${STAGEDIR}${PREFIX}/bin/bowie + .include <bsd.port.mk> |
