diff options
author | nectar <nectar@FreeBSD.org> | 1998-11-29 03:09:05 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1998-11-29 03:09:05 +0000 |
commit | ac65b25a30061fd3733123a708c5f970f502ab9b (patch) | |
tree | 2654f339befd5c3d68b2d2724f2294e84d8224c1 | |
parent | 9afac3b7bbbab401dbb0797a1a7b0919696988b2 (diff) | |
download | FreeBSD-ports-ac65b25a30061fd3733123a708c5f970f502ab9b.zip FreeBSD-ports-ac65b25a30061fd3733123a708c5f970f502ab9b.tar.gz |
Update to 2.1
-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 3d12903..040afe9 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.2 1998/07/26 18:30:31 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1998/07/27 07:25:36 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 ac22baa..6f2f2cf 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 |