aboutsummaryrefslogtreecommitdiff
path: root/security/xca
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-02-26 18:37:35 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-02-26 18:37:35 +0000
commitbf528c4c43ccf36979cdb49b647276819400a9ea (patch)
tree54a0b60b1d78c97f703c4ada99589e2efd1fbc79 /security/xca
parent17871c7091d9ce4943c4f18b2a3f82b45d3e9ace (diff)
downloadports-bf528c4c43ccf36979cdb49b647276819400a9ea.tar.gz
ports-bf528c4c43ccf36979cdb49b647276819400a9ea.zip
${WRKDIR}/${PKGNAME} -> ${WRKSRC} & unbreak.
Notes
Notes: svn path=/head/; revision=102225
Diffstat (limited to 'security/xca')
-rw-r--r--security/xca/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile
index 522212522e02..fd4b78a7f907 100644
--- a/security/xca/Makefile
+++ b/security/xca/Makefile
@@ -25,12 +25,8 @@ USE_QT_VER= 3
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502102
-BROKEN= "Fails to patch"
-.endif
-
post-patch:
@${REINPLACE_CMD} -E -e 's,(if[\ \t]+test[\ \t]+.+)[\ \t]+==,\1 =,' \
- ${WRKDIR}/${PKGNAME}/configure
+ ${WRKSRC}/configure
.include <bsd.port.post.mk>