diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-12 18:16:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-12 18:16:17 +0800 |
commit | 9767e7e343127c64250952e1af7056591f50e63b (patch) | |
tree | 0bc661060cc392e74e5e9c382bc3afdddcd8b6e2 | |
parent | f4669dcd6945fc149d8ecf7224367d433ee0b943 (diff) | |
download | freebsd-ports-gnome-9767e7e343127c64250952e1af7056591f50e63b.tar.gz freebsd-ports-gnome-9767e7e343127c64250952e1af7056591f50e63b.tar.zst freebsd-ports-gnome-9767e7e343127c64250952e1af7056591f50e63b.zip |
- Stage support
-rw-r--r-- | net-mgmt/packit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile index 961a8b000b93..525c7cd3f701 100644 --- a/net-mgmt/packit/Makefile +++ b/net-mgmt/packit/Makefile @@ -16,8 +16,8 @@ LIB_DEPENDS= net:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes CPPFLAGS+= `${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --cflags` -MAN8= packit.8 -PLIST_FILES= sbin/packit +PLIST_FILES= sbin/packit \ + man/man8/packit.8.gz LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config @@ -28,7 +28,6 @@ CONFIGURE_ARGS+= --without-capture CONFIGURE_ARGS+= --without-injection .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |