diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-09-19 23:55:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-09-19 23:55:27 +0000 |
commit | da00707f08057e83b409b09241a37dccf3d39cfa (patch) | |
tree | b8bb4e6a84b57340153b54a1918d0627ffe8f953 /net-mgmt/rancid-devel | |
parent | c2cf4f4d6e019898adb2b34d7b6e94c0728384a1 (diff) | |
download | ports-da00707f08057e83b409b09241a37dccf3d39cfa.tar.gz ports-da00707f08057e83b409b09241a37dccf3d39cfa.zip |
Notes
Diffstat (limited to 'net-mgmt/rancid-devel')
-rw-r--r-- | net-mgmt/rancid-devel/Makefile | 10 |
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> |