summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 16:34:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 16:34:43 +0000
commit39e6abd0184d715e5587c0e395de0939a5497912 (patch)
tree764b348fb28e601adde82c660fa41a23d36c1ec6
parent6539d16a301eb61a4ca719e9357378236c860c79 (diff)
downloadfreebsd-ports-39e6abd0184d715e5587c0e395de0939a5497912.zip
- No longer hangs on pointyhat
- Mark BROKEN: does not configure
-rw-r--r--www/roxen/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/roxen/Makefile b/www/roxen/Makefile
index f4c314444243..46537d4d4ae7 100644
--- a/www/roxen/Makefile
+++ b/www/roxen/Makefile
@@ -18,6 +18,8 @@ HAS_CONFIGURE= yes
PKGMESSAGE= ${WRKSRC}/MESSAGE
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh.sample
+BROKEN= does not configure
+
post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \
${WRKDIR}/roxen.sh
@@ -41,8 +43,4 @@ post-install:
BROKEN= "Does not compile on alpha"
.endif
-.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000
-IGNORE= hang
-.endif
-
.include <bsd.port.post.mk>