ports/53577: Update net/angst: unbreak this port

Kirill Ponomarew ponomarew at oberon.net
Sat Jun 21 10:20:17 UTC 2003


>Number:         53577
>Category:       ports
>Synopsis:       Update net/angst: unbreak this port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 21 03:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update net/angst: unbreak this port

Unbreak this port
Don't use 'make install' of software
Take maintainership

>How-To-Repeat:
>Fix:
diff -urN angst.orig/Makefile angst/Makefile
--- angst.orig/Makefile	Sat Mar  1 00:07:21 2003
+++ angst/Makefile	Sat Jun 21 12:05:58 2003
@@ -12,11 +12,9 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ponomarew at 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
@@ -29,5 +27,11 @@
 	@${REINPLACE_CMD} -e "s,^CC,#CC,g ; \
 		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>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list