diff options
author | antoine <antoine@FreeBSD.org> | 2013-11-26 01:59:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-11-26 01:59:58 +0800 |
commit | 0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4 (patch) | |
tree | e64ba81759aa9c8a89ab66491e9dd72cbf69ebcb /security/pear-Auth | |
parent | 236b5b673b5f9c7caf4d5204ce99fdfb2c33813e (diff) | |
download | freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.tar.gz freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.tar.zst freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.zip |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt)
Diffstat (limited to 'security/pear-Auth')
-rw-r--r-- | security/pear-Auth/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index db08d7506d17..6fa1fffc560b 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -28,7 +28,6 @@ PEAR_FILE_SMBPASSWD_DESC= PEAR::File_SMBPasswd support PEAR_SOAP_DESC= PEAR::SOAP support PEAR_NET_VPOPMAILD_DESC= PEAR::Net_Vpopmaild support -NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Auth.php |