summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-22 18:41:04 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-22 18:41:04 +0000
commitcd5b2b5c245eab855cd3edbbd59fb54eed92706e (patch)
treeeb265a53d917737f14482b6035953139b05484b8 /net
parentUpdate to 0.8.2 (diff)
Unbreak this port
Don't use 'make install' of software Take maintainership PR: 53577 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes: svn path=/head/; revision=83445
Diffstat (limited to 'net')
-rw-r--r--net/angst/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/angst/Makefile b/net/angst/Makefile
index 38d9de79a1fa..9c1797b6e6fe 100644
--- a/net/angst/Makefile
+++ b/net/angst/Makefile
@@ -12,11 +12,9 @@ CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ponomarew@oberon.net
COMMENT= An active sniffer
-BROKEN= "Changes ownership of system directories"
-
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
@@ -30,4 +28,8 @@ post-patch:
s,^CFLAGS,#CFLAGS,g ; \
s,libnet-config,${LIBNET_CONFIG},g" ${WRKSRC}/Makefile
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8
+
.include <bsd.port.mk>