aboutsummaryrefslogtreecommitdiff
path: root/security/smurflog/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1998-11-29 03:09:05 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1998-11-29 03:09:05 +0000
commit2cc1c31e463b26739c97b7a05db412b6fa6a20df (patch)
treea6c7aa9197e72c6df8f4d7b63f900476f52eddbd /security/smurflog/Makefile
parent679c470705d7a88c5d13fe8ce532b775b76f0757 (diff)
downloadports-2cc1c31e463b26739c97b7a05db412b6fa6a20df.tar.gz
ports-2cc1c31e463b26739c97b7a05db412b6fa6a20df.zip
Notes
Diffstat (limited to 'security/smurflog/Makefile')
-rw-r--r--security/smurflog/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile
index 3d12903d69ee..040afe995f58 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>