diff options
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> |