diff options
Diffstat (limited to 'www/hastymail')
-rw-r--r-- | www/hastymail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/hastymail/Makefile b/www/hastymail/Makefile index b4f55b7b9478..e009c411b597 100644 --- a/www/hastymail/Makefile +++ b/www/hastymail/Makefile @@ -7,6 +7,7 @@ PORTNAME= hastymail PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= hastymail @@ -20,7 +21,8 @@ SUB_FILES= pkg-message WWWOWN?= www WWWGRP?= www -INSTALL_DIR?= www/data/${PORTNAME} +INSTALL_DIR?= www/${PORTNAME} +PLIST= ${WRKDIR}/pkg-plist WANT_PHP_WEB= yes USE_PHP= session imap |