diff options
author | Carlo Strub <cs@FreeBSD.org> | 2014-05-29 18:35:19 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2014-05-29 18:35:19 +0000 |
commit | 210599d4629eb4b49edfe295c77bcf0c1bac1d0d (patch) | |
tree | 0194435644d05427b2438153376839a8efd62ae5 /mail/phplist | |
parent | 7fdb67151a5fe70e1016a18babc793032704cf9e (diff) | |
download | ports-210599d4629eb4b49edfe295c77bcf0c1bac1d0d.tar.gz ports-210599d4629eb4b49edfe295c77bcf0c1bac1d0d.zip |
Notes
Diffstat (limited to 'mail/phplist')
-rw-r--r-- | mail/phplist/Makefile | 9 | ||||
-rw-r--r-- | mail/phplist/pkg-plist | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/phplist/Makefile b/mail/phplist/Makefile index 6dad26bde9ab..ebfc8af216e4 100644 --- a/mail/phplist/Makefile +++ b/mail/phplist/Makefile @@ -3,7 +3,7 @@ PORTNAME= phplist PORTVERSION= 3.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -15,6 +15,8 @@ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request USE_PHP= hash iconv imap mysql pcre session xml zlib NO_BUILD= yes +NO_ARCH= yes + PEARDIR?= ${LOCALBASE}/share/pear PORTDOCS= BUGS INSTALL NEWS PEOPLE README README.batches \ @@ -23,12 +25,12 @@ PORTDOCS= BUGS INSTALL NEWS PEOPLE README README.batches \ README.usertables README.utf8 TODO UPGRADE VERSION \ phplist.sql -SUB_FILES= phplist pkg-message +SUB_FILES= phplist .include <bsd.port.options.mk> post-extract: - @${MV} ${WRKSRC}/public_html/lists/config/config.php ${WRKSRC}/public_html/lists/config/config.php-dist + @${MV} ${WRKSRC}/public_html/lists/config/config.php ${WRKSRC}/public_html/lists/config/config.php.sample do-install: @cd ${WRKSRC}/public_html/&&${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ @@ -37,6 +39,5 @@ do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/mail/phplist/pkg-plist b/mail/phplist/pkg-plist index 1b1ffed3ef4d..87b7aedbae4c 100644 --- a/mail/phplist/pkg-plist +++ b/mail/phplist/pkg-plist @@ -2868,7 +2868,7 @@ bin/phplist %%WWWDIR%%/lists/admin/viewtemplate.php %%WWWDIR%%/lists/admin/vote.php %%WWWDIR%%/lists/config/.htaccess -%%WWWDIR%%/lists/config/config.php-dist +@sample %%WWWDIR%%/lists/config/config.php.sample %%WWWDIR%%/lists/config/config_extended.php %%WWWDIR%%/lists/dl.php %%WWWDIR%%/lists/images/bg-button.gif |