diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 16:34:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 16:34:43 +0000 |
commit | 39e6abd0184d715e5587c0e395de0939a5497912 (patch) | |
tree | 764b348fb28e601adde82c660fa41a23d36c1ec6 | |
parent | 6539d16a301eb61a4ca719e9357378236c860c79 (diff) | |
download | freebsd-ports-39e6abd0184d715e5587c0e395de0939a5497912.zip |
- No longer hangs on pointyhat
- Mark BROKEN: does not configure
-rw-r--r-- | www/roxen/Makefile | 6 |
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> |