diff options
author | matthew <matthew@FreeBSD.org> | 2014-07-13 16:43:47 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-07-13 16:43:47 +0800 |
commit | 010998f8df179e1fed325781495279f0f7fd914a (patch) | |
tree | 7af8f7ae139229f9ecc07b73c79a6167f374dd0a /www | |
parent | 3674fe514a2c448a31eb6a505d1da79b268db6a6 (diff) | |
download | freebsd-ports-gnome-010998f8df179e1fed325781495279f0f7fd914a.tar.gz freebsd-ports-gnome-010998f8df179e1fed325781495279f0f7fd914a.tar.zst freebsd-ports-gnome-010998f8df179e1fed325781495279f0f7fd914a.zip |
Add CPE settings
Diffstat (limited to 'www')
-rw-r--r-- | www/rt40/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index 1b75244b3bab..715b54d083b1 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -2,7 +2,7 @@ PORTNAME= rt PORTVERSION= 4.0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ SF/requesttracker/ @@ -59,8 +59,9 @@ RUN_DEPENDS+= ${CORE_DEPS} \ ${USERLOGO_DEPS} \ ${HTML_DOC_DEPS} -USES+= perl5 +USES= cpe perl5 USE_AUTOTOOLS= autoconf +CPE_VENDOR= bestpractical RT_ETC_PATH?= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX} RT_LAYOUT= FreeBSD |