diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-01 07:38:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-01 07:38:02 +0800 |
commit | 66fc4d096960ca01d292ac49fccda2cd22abef1a (patch) | |
tree | 855e950b0fdf035e0e14316603ea6c5a3cf12587 /german/wordpress | |
parent | 564bb1448db2f282f17feb0e4910f3f8bad01f56 (diff) | |
download | freebsd-ports-gnome-66fc4d096960ca01d292ac49fccda2cd22abef1a.tar.gz freebsd-ports-gnome-66fc4d096960ca01d292ac49fccda2cd22abef1a.tar.zst freebsd-ports-gnome-66fc4d096960ca01d292ac49fccda2cd22abef1a.zip |
- Bump PORTREVISION
- Fix pkg-plist
Submitted by: my tinderbox :)
Approved by: markus (co-mentor)
Diffstat (limited to 'german/wordpress')
-rw-r--r-- | german/wordpress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index 479b53704815..bb2e18b208ba 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -8,6 +8,7 @@ PORTNAME= wordpress PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= german www MASTER_SITES= http://files.wordpress.de/uploads/ PKGNAMEPREFIX= de- @@ -38,8 +39,7 @@ pre-install: ${SED} -e 's|^|${WORDPRESS}/|' > ${PLIST} \ && ${FIND} -d * -type d | \ ${SED} -e 's|^|@dirrm ${WORDPRESS}/|' >> ${PLIST} \ - && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST} \ - && ${ECHO_CMD} @dirrmtry www >> ${PLIST} + && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST} if [! -f ${WRKSRC}/wp-config-sample.php]; then ${CP} \ ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi |