diff options
author | nectar <nectar@FreeBSD.org> | 1998-11-29 11:20:10 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1998-11-29 11:20:10 +0800 |
commit | d07f1d9c208e0e947026d994fe969b170824194e (patch) | |
tree | 086c4ecadbccf719d1a1bce9317ff4e250b9c01c /security | |
parent | 91709157da7c0be3167ac0cefe9133fc624e0037 (diff) | |
download | freebsd-ports-gnome-d07f1d9c208e0e947026d994fe969b170824194e.tar.gz freebsd-ports-gnome-d07f1d9c208e0e947026d994fe969b170824194e.tar.zst freebsd-ports-gnome-d07f1d9c208e0e947026d994fe969b170824194e.zip |
Back out last commit -- we are in a freeze. Pass me point hat.
Gently reminded by: asami
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> |