diff options
author | ale <ale@FreeBSD.org> | 2005-12-16 15:47:23 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-12-16 15:47:23 +0800 |
commit | f77dc2fbcc8383ff8f9c8457d35015012772185d (patch) | |
tree | 7ed4a0491300bb4e9168f0c512dc1a101abf70e0 /devel/pear/Makefile | |
parent | 7edc098b568b56215c498840a72098ec35fbe384 (diff) | |
download | freebsd-ports-gnome-f77dc2fbcc8383ff8f9c8457d35015012772185d.tar.gz freebsd-ports-gnome-f77dc2fbcc8383ff8f9c8457d35015012772185d.tar.zst freebsd-ports-gnome-f77dc2fbcc8383ff8f9c8457d35015012772185d.zip |
Partially revert previous commit and fix auto plist generation.
This should fix harmless directory deletion found by pointyhat.
Diffstat (limited to 'devel/pear/Makefile')
-rw-r--r-- | devel/pear/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 57e21b9db105..6f95da3beb62 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -7,7 +7,7 @@ PORTNAME= pear PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ale @@ -31,7 +31,6 @@ post-patch: do-install: @${LOCALBASE}/bin/php -q ${WRKSRC}/go-pear - @${MKDIR} ${DATADIR}/packages ${DATADIR}/sql @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |