diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-30 02:15:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-30 02:15:29 +0000 |
commit | 773599e2359d57fca9c3d50349a6634bd7498f83 (patch) | |
tree | 0c4e23a64356875ae0cce80f97c1e41ccd3810f2 /security/pear-Auth_SASL | |
parent | 851506444274910bf875e325b35aa6e706d4ecb7 (diff) | |
download | ports-773599e2359d57fca9c3d50349a6634bd7498f83.tar.gz ports-773599e2359d57fca9c3d50349a6634bd7498f83.zip |
security/pear-Auth_SASL: fixed installed package
PR: ports/50036
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=77721
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 11 | ||||
-rw-r--r-- | security/pear-Auth_SASL/pkg-plist | 16 |
2 files changed, 14 insertions, 13 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 9177faa6f910..f422354793cc 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -7,6 +7,7 @@ PORTNAME= Auth_SASL PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- @@ -16,7 +17,7 @@ DIST_SUBDIR= PEAR MAINTAINER= ports@FreeBSD.org COMMENT= PEAR abstraction of various SASL mechanism responses -BUILD_DEPENDS= ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes @@ -37,11 +38,11 @@ MANIFEST= SASL.php SASL do-install: .for FILE in ${MANIFEST} - @${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR} - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/${FILE} + @${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}/Auth + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth/${FILE} .endfor - @${CHMOD} a-x ${PEARDIR}/SASL/* - @${CHMOD} a-x ${PEARDIR}/SASL.php + @${CHMOD} a-x ${PEARDIR}/Auth/SASL/* + @${CHMOD} a-x ${PEARDIR}/Auth/SASL.php post-install: # Register a new package diff --git a/security/pear-Auth_SASL/pkg-plist b/security/pear-Auth_SASL/pkg-plist index 4baebaa60a7e..5621d945fdc2 100644 --- a/security/pear-Auth_SASL/pkg-plist +++ b/security/pear-Auth_SASL/pkg-plist @@ -1,8 +1,8 @@ -%%PEARDIR%%/SASL.php -%%PEARDIR%%/SASL/Anonymous.php -%%PEARDIR%%/SASL/Common.php -%%PEARDIR%%/SASL/CramMD5.php -%%PEARDIR%%/SASL/DigestMD5.php -%%PEARDIR%%/SASL/Login.php -%%PEARDIR%%/SASL/Plain.php -@dirrm %%PEARDIR%%/SASL +%%PEARDIR%%/Auth/SASL.php +%%PEARDIR%%/Auth/SASL/Anonymous.php +%%PEARDIR%%/Auth/SASL/Common.php +%%PEARDIR%%/Auth/SASL/CramMD5.php +%%PEARDIR%%/Auth/SASL/DigestMD5.php +%%PEARDIR%%/Auth/SASL/Login.php +%%PEARDIR%%/Auth/SASL/Plain.php +@dirrm %%PEARDIR%%/Auth/SASL |