diff options
author | garga <garga@FreeBSD.org> | 2006-09-19 23:45:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-09-19 23:45:57 +0800 |
commit | 2b5d962aef8d869049529f4bfa51819977143a0d (patch) | |
tree | 77c92403e31c0025017405bb213e8464f4d09113 /devel/otrs | |
parent | 58d5adec1be3fc903f6dbe3b1df878e4e1eb6b0e (diff) | |
download | freebsd-ports-graphics-2b5d962aef8d869049529f4bfa51819977143a0d.tar.gz freebsd-ports-graphics-2b5d962aef8d869049529f4bfa51819977143a0d.tar.zst freebsd-ports-graphics-2b5d962aef8d869049529f4bfa51819977143a0d.zip |
- Install RELEASE file to OTRSDIR
- Bump PORTREVISION
PR: ports/101204
Submitted by: J. Martin Petersen <jmp@aub.dk>
Reviewed by: Nick Barkas <snb@threerings.net> (maintainer)
Diffstat (limited to 'devel/otrs')
-rw-r--r-- | devel/otrs/Makefile | 3 | ||||
-rw-r--r-- | devel/otrs/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 53d890b053c..b90835d2c0a 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -7,7 +7,7 @@ PORTNAME= otrs PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.otrs.org/pub/otrs/ DISTNAME= ${PORTNAME}-${PORTVERSION}-01 @@ -124,6 +124,7 @@ do-install: @${MKDIR} ${ROOT_DIRS_LIST:S!^!${OTRSDIR}/!} ${BIN_DIRS_LIST:S!^!${OTRSDIR}/bin/!} \ ${SCRIPTS_DIRS_LIST:S!^!${OTRSDIR}/scripts/!} @${INSTALL_DATA} ${WRKSRC}/.*.dist ${OTRSDIR}/ + @${INSTALL_DATA} ${WRKSRC}/RELEASE ${OTRSDIR}/ .for D in ${BIN_DIRS_LIST} @${INSTALL_SCRIPT} ${WRKSRC}/bin/${D}/*.* ${OTRSDIR}/bin/${D}/ .endfor diff --git a/devel/otrs/pkg-plist b/devel/otrs/pkg-plist index f00e5dd55b9..9b52b88d618 100644 --- a/devel/otrs/pkg-plist +++ b/devel/otrs/pkg-plist @@ -1,6 +1,7 @@ otrs/.fetchmailrc.dist otrs/.mailfilter.dist otrs/.procmailrc.dist +otrs/RELEASE otrs/bin/CheckDB.pl otrs/bin/CleanUp.pl otrs/bin/Cron.sh |