diff options
Diffstat (limited to 'databases/mantis/Makefile')
-rw-r--r-- | databases/mantis/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index 51be555ab7ec..8efd18f10ffc 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mantis -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mantisbt @@ -19,14 +19,18 @@ USE_MYSQL= yes USE_APACHE= yes USE_PHP= yes +SUB_FILES= pkg-message + +post-patch: + @${RM} ${WRKSRC}/.cvsignore + @${RM} ${WRKSRC}/core/.cvsignore + do-install: @${ECHO} "Installing in ${PREFIX}/www/mantis" ${MKDIR} ${PREFIX}/www/mantis ${CP} -R ${WRKSRC}/* ${PREFIX}/www/mantis -# ${MV} ${PREFIX}/www/mantis/config_inc.php.sample ${PREFIX}/www/mantis/config_inc.php ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/mantis -post-install: - @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |