Back out last commit -- we are in a freeze. Pass me point hat.

Gently reminded by:	asami
This commit is contained in:
Jacques Vidrine 1998-11-29 03:20:10 +00:00
parent f3d5a2a4d5
commit fb2f8b80ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14944

View File

@ -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>