diff options
-rw-r--r-- | security/smurflog/Makefile | 15 | ||||
-rw-r--r-- | security/smurflog/distinfo | 2 |
2 files changed, 8 insertions, 9 deletions
diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile index fbb5d6c4f2ca..ba494b70aba5 100644 --- a/security/smurflog/Makefile +++ b/security/smurflog/Makefile @@ -3,21 +3,20 @@ # Date created: 7/06/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.1 1998/07/27 07:25:36 nectar Exp $ +# $Id: Makefile,v 1.3 1998/11/29 03:20:10 nectar Exp $ # -DISTNAME= smurflog-1.0 +DISTNAME= smurflog-2.1 CATEGORIES= net security -MASTER_SITES= http://www.sy.net/security/ +MASTER_SITES= http://www.sy.net/security/ \ + http://www.bitchx.com/~humble/files/ MAINTAINER= nectar@FreeBSD.ORG -WRKSRC= ${WRKDIR}/SmurfLog-1.0 +GNU_CONFIGURE= YES -pre-build: - ${CP} ${FILESDIR}/Makefile ${WRKSRC} - -post-install: +do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog + ${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/bin/smurflog .include <bsd.port.mk> diff --git a/security/smurflog/distinfo b/security/smurflog/distinfo index ac22baad2a9e..6f2f2cf80eda 100644 --- a/security/smurflog/distinfo +++ b/security/smurflog/distinfo @@ -1 +1 @@ -MD5 (smurflog-1.0.tar.gz) = 2ead417fd3468fffa9e215cf636780e5 +MD5 (smurflog-2.1.tar.gz) = f0e0739b3c3926d120eadd546a1bcea5 |