diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-29 03:20:10 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-29 03:20:10 +0000 |
commit | fb2f8b80ce33a1e346cd6452c39df9fd2fea60e7 (patch) | |
tree | 15904bc481aafe164e091f014d9be9d0b9724477 /security | |
parent | f3d5a2a4d580042eb4051b9dc1defff83db6b8b8 (diff) | |
download | ports-fb2f8b80ce33a1e346cd6452c39df9fd2fea60e7.tar.gz ports-fb2f8b80ce33a1e346cd6452c39df9fd2fea60e7.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/smurflog/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile index 040afe995f58..fbb5d6c4f2ca 100644 --- a/security/smurflog/Makefile +++ b/security/smurflog/Makefile @@ -3,20 +3,21 @@ # Date created: 7/06/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1998/07/27 07:25:36 nectar Exp $ +# $Id: Makefile,v 1.1 1998/07/27 07:25:36 nectar Exp $ # -DISTNAME= smurflog-2.1 +DISTNAME= smurflog-1.0 CATEGORIES= net security -MASTER_SITES= http://www.sy.net/security/ \ - http://www.bitchx.com/~humble/files/ +MASTER_SITES= http://www.sy.net/security/ MAINTAINER= nectar@FreeBSD.ORG -GNU_CONFIGURE= YES +WRKSRC= ${WRKDIR}/SmurfLog-1.0 -do-install: +pre-build: + ${CP} ${FILESDIR}/Makefile ${WRKSRC} + +post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog - ${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/bin/smurflog .include <bsd.port.mk> |