diff options
Diffstat (limited to 'www/rt38/Makefile')
-rw-r--r-- | www/rt38/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile index 6a7f2450c82e..e1134bd89d1b 100644 --- a/www/rt38/Makefile +++ b/www/rt38/Makefile @@ -12,7 +12,7 @@ # o install a sample into etc/apache22/Includes PORTNAME= rt -PORTVERSION= 3.8.7 +PORTVERSION= 3.8.8 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ @@ -132,7 +132,7 @@ IGNORE= you must choose a database backend IGNORE= options WITH_MODPERL and WITH_MODPERL2 are mutually exclusive .endif -RT_ETC_PATH?= ${LOCALBASE}/etc/${PORTNAME}38 +RT_ETC_PATH?= ${PREFIX}/etc/${PORTNAME}38 RT_LAYOUT= FreeBSD DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}38 |