aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid-devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-09-19 23:55:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-09-19 23:55:27 +0000
commitda00707f08057e83b409b09241a37dccf3d39cfa (patch)
treeb8bb4e6a84b57340153b54a1918d0627ffe8f953 /net-mgmt/rancid-devel
parentc2cf4f4d6e019898adb2b34d7b6e94c0728384a1 (diff)
downloadports-da00707f08057e83b409b09241a37dccf3d39cfa.tar.gz
ports-da00707f08057e83b409b09241a37dccf3d39cfa.zip
Notes
Diffstat (limited to 'net-mgmt/rancid-devel')
-rw-r--r--net-mgmt/rancid-devel/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile
index 88c4d6c5c95c..cc3ad5572d4d 100644
--- a/net-mgmt/rancid-devel/Makefile
+++ b/net-mgmt/rancid-devel/Makefile
@@ -48,7 +48,7 @@ NEWERCONFIG_FILES2= etc/lg.conf
NEWCONFIG_FILES= rancid.conf lg.conf
pre-everything::
- @ ${ECHO} "Make sure your rancid repository is quit before upgrading; disable rancid cron jobs"
+ @ ${ECHO} "Make sure your rancid repository is quiet before upgrading; disable rancid cron jobs"
post-install:
${LN} -s ${PREFIX}/libexec/${PORTNAME}/rancid-cvs ${PREFIX}/bin
@@ -92,4 +92,10 @@ post-install:
${ECHO} " : *** Copy the repository if you want to keep the history "; \
fi
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not configure on sparc64
+.endif
+
+.include <bsd.port.post.mk>