aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_CBC
diff options
context:
space:
mode:
Diffstat (limited to 'security/pear-Crypt_CBC')
-rw-r--r--security/pear-Crypt_CBC/Makefile13
-rw-r--r--security/pear-Crypt_CBC/pkg-plist4
2 files changed, 5 insertions, 12 deletions
diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile
index ad3f5edd83c2..ad072385b797 100644
--- a/security/pear-Crypt_CBC/Makefile
+++ b/security/pear-Crypt_CBC/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Crypt_CBC
PORTVERSION= 0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
@@ -16,12 +16,9 @@ COMMENT= PEAR class to emulate Perl's Crypt::CBC module
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
-
-do-install:
- @${MKDIR} ${PEARDIR}/Crypt
- @${CP} -Rp ${WRKSRC}/CBC.php ${PEARDIR}/Crypt
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Crypt
+CATEGORY= Crypt
+FILES= CBC.php
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_CBC/pkg-plist b/security/pear-Crypt_CBC/pkg-plist
deleted file mode 100644
index 82ab5e846889..000000000000
--- a/security/pear-Crypt_CBC/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%PEARDIR%%/Crypt/CBC.php
-%%PKGREGDIR%%/package.xml
-@dirrm %%PEARDIR%%/Crypt
-@dirrm %%PKGREGDIR%%