diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-08-18 08:57:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-08-18 08:57:32 +0000 |
commit | 403e81ea4d648d4626c7b4c5cac62277be45679b (patch) | |
tree | 990ba01b9b94fc296e013038683a3d5ec30f25cc /www | |
parent | 4a44224a2747fff459caf1e0dcb16fc15673d0e3 (diff) | |
download | ports-403e81ea4d648d4626c7b4c5cac62277be45679b.tar.gz ports-403e81ea4d648d4626c7b4c5cac62277be45679b.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/twig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index ffb927a5083a..0cb8f1559058 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -7,6 +7,7 @@ PORTNAME= twig PORTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= www mail MASTER_SITES= http://informationgateway.org/download/ \ ftp://ftp.informationgateway.org/pub/ @@ -19,7 +20,7 @@ USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib .endif NO_BUILD= YES -TWIG?= www/data-dist/twig +TWIG?= www/twig PLIST_SUB+= TWIG=${TWIG} ROOTFILES= index.php test.php goto.php CONFFILES= .htaccess mailfooter.inc.php3.sample |