diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 02:26:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 02:26:16 +0000 |
commit | c361f020025db9402d967a36d26f1b8ca7ccfd71 (patch) | |
tree | cc93b1cef5b04920ffc69ef6a93efcc0b400a584 /www/eventum/Makefile | |
parent | 7bb89ed4ff7986c307143117a32b2f85fe44ca39 (diff) | |
download | ports-c361f020025db9402d967a36d26f1b8ca7ccfd71.tar.gz ports-c361f020025db9402d967a36d26f1b8ca7ccfd71.zip |
Notes
Diffstat (limited to 'www/eventum/Makefile')
-rw-r--r-- | www/eventum/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/eventum/Makefile b/www/eventum/Makefile index f92756d55d84..2fba45fc0fc6 100644 --- a/www/eventum/Makefile +++ b/www/eventum/Makefile @@ -19,7 +19,6 @@ USE_PHP= pcre session mysql gd WANT_PHP_WEB= YES EVENTUM?= www/data-dist/eventum -PLIST= ${WRKDIR}/pkg-plist PLIST_SUB+= EVENTUM=${EVENTUM} SUB_LIST+= EVENTUM=${EVENTUM} SUB_FILES= pkg-message @@ -47,11 +46,6 @@ pre-everything:: pre-install: @${MV} ${WRKSRC}/setup.conf.php ${WRKSRC}/setup.conf.php-dist @${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-dist - @cd ${WRKSRC} && ${FIND} -s * -type f | \ - ${SED} -e 's|^|${EVENTUM}/|' > ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's|^|@dirrm ${EVENTUM}/|' >> ${PLIST} \ - && ${ECHO_CMD} @dirrm ${EVENTUM} >> ${PLIST} do-install: @${MKDIR} ${EVENTUM_DIST} |