diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-09 14:12:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-09 14:12:00 +0000 |
commit | d241b07ec3d7688f7ad671cae7654c4db3c4000b (patch) | |
tree | 07cd87dce97ab8cfd794c5b80f67be68dda10758 /net/ucarp/Makefile | |
parent | 82643329cbd97259ae4b269888b78bc645301a10 (diff) |
Notes
Diffstat (limited to 'net/ucarp/Makefile')
-rw-r--r-- | net/ucarp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile index 68df83bbf956..03b9acde7899 100644 --- a/net/ucarp/Makefile +++ b/net/ucarp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ucarp PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.ucarp.org/pub/ucarp/ @@ -18,6 +19,8 @@ CONFIGURE_ARGS= --disable-nls USE_BZIP2= yes GNU_CONFIGURE= yes +USE_RC_SUBR= ucarp + PLIST_FILES= sbin/ucarp .include <bsd.port.mk> |