diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 13:12:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 13:12:31 +0000 |
commit | 53ad8315b0a2ef773e5e5f74a380bab573e4d008 (patch) | |
tree | 5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /devel/otrs | |
parent | c0af1ccd5f350208e51572a7122f075c545462ec (diff) |
Notes
Diffstat (limited to 'devel/otrs')
-rw-r--r-- | devel/otrs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 8524818c1624..7d80552f5949 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -3,6 +3,7 @@ PORTNAME= otrs PORTVERSION= 3.1.14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -48,6 +49,8 @@ SMTP_DESC= Send email via SMTP REPORTS_MODULES_DESC= Reports support USE_BZIP2= yes +USES= shebangfix +SHEBANG_FILES= bin/*.pl OTRSDIR= ${PREFIX}/otrs USERS= ${PORTNAME} |