aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pixilate
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-09 16:48:16 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-09 16:48:16 +0800
commit3e06e38cab049633029f23807a372858732bcc5e (patch)
tree026e5bcda9e6ffe56414bd51d6b3925b91254fe9 /net-mgmt/pixilate
parent5420b7a2f2753370eb320a03a2e0482480455e84 (diff)
downloadfreebsd-ports-gnome-3e06e38cab049633029f23807a372858732bcc5e.tar.gz
freebsd-ports-gnome-3e06e38cab049633029f23807a372858732bcc5e.tar.zst
freebsd-ports-gnome-3e06e38cab049633029f23807a372858732bcc5e.zip
Stagify.
Diffstat (limited to 'net-mgmt/pixilate')
-rw-r--r--net-mgmt/pixilate/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile
index 857483260767..9ca088161da8 100644
--- a/net-mgmt/pixilate/Makefile
+++ b/net-mgmt/pixilate/Makefile
@@ -10,21 +10,18 @@ MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates packets to match a list of Cisco PIX access lists
-LIB_DEPENDS= net:${PORTSDIR}/net/libnet
+LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
WRKSRC= ${WRKDIR}/pixilate
USE_AUTOTOOLS= aclocal autoconf automake libtool
AUTOMAKE_ARGS= --add-missing
-MAN1= pixilate.1
-
PORTDOCS= README
-PLIST_FILES= bin/pixilate
+PLIST_FILES= bin/pixilate man/man1/pixilate.1.gz
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|libnet-config|${LIBNET_CONFIG}|; \
@@ -33,9 +30,9 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif