aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-22 20:22:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-22 20:22:18 +0000
commit5bca3810f0c7f5b603daa6d4c4d5a233c0a026e0 (patch)
tree4ff2c03e3037cbedb7ffdab33dee9a6e81338cfb /www
parente35717c0287ad49f23627b420817a6ad727aca39 (diff)
downloadports-5bca3810f0c7f5b603daa6d4c4d5a233c0a026e0.tar.gz
ports-5bca3810f0c7f5b603daa6d4c4d5a233c0a026e0.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/campsite/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/campsite/Makefile b/www/campsite/Makefile
index 9b0255f3af74..335c4547842c 100644
--- a/www/campsite/Makefile
+++ b/www/campsite/Makefile
@@ -46,6 +46,12 @@ USE_REINPLACE= yes
SUB_FILES= pkg-message pkg-install pkg-deinstall crontab.in
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "does not compile"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -type f -perm 755 \
-or -name create_instance \
@@ -66,4 +72,4 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>