diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-16 06:54:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-16 06:54:23 +0800 |
commit | 4a6d280947141df7e498e807a393068a3fb2a37e (patch) | |
tree | e5c83c03b62fd7029d6ddbccfd6f65f3530a733a /net-mgmt/rancid/Makefile | |
parent | 30632889f9393c7d9516a60e4b4650d63735897a (diff) | |
download | freebsd-ports-gnome-4a6d280947141df7e498e807a393068a3fb2a37e.tar.gz freebsd-ports-gnome-4a6d280947141df7e498e807a393068a3fb2a37e.tar.zst freebsd-ports-gnome-4a6d280947141df7e498e807a393068a3fb2a37e.zip |
unbreak port by adding a lot of \n\s
noticed by bento
informed maiuntainer
Diffstat (limited to 'net-mgmt/rancid/Makefile')
-rw-r--r-- | net-mgmt/rancid/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index cc5c23bf8f8c..ec6d4faf7a67 100644 --- a/net-mgmt/rancid/Makefile +++ b/net-mgmt/rancid/Makefile @@ -7,7 +7,7 @@ PORTNAME= rancid PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ @@ -38,12 +38,6 @@ MAN5= env.5 lg.conf.5 cloginrc.5 router.db.5 CONFIG_FILES= bin/env util/lg/lg.conf -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-install: @ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/rancid:g" pkg-message >${PKGMESSAGE} .if !defined(BATCH) @@ -58,4 +52,4 @@ post-install: fi .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |