summaryrefslogtreecommitdiff
path: root/security/smurflog
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1998-11-29 03:20:10 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1998-11-29 03:20:10 +0000
commitfb2f8b80ce33a1e346cd6452c39df9fd2fea60e7 (patch)
tree15904bc481aafe164e091f014d9be9d0b9724477 /security/smurflog
parentThis port requires X. (diff)
Back out last commit -- we are in a freeze. Pass me point hat.
Gently reminded by: asami
Notes
Notes: svn path=/head/; revision=14944
Diffstat (limited to 'security/smurflog')
-rw-r--r--security/smurflog/Makefile15
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>