diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 15:58:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 15:58:10 +0800 |
commit | 3932a19e483f63361a672312a546cb101e809a69 (patch) | |
tree | 7d1282a91e3dae8f4c0ae6fe57ebc7e8a7247514 /security/donkey/Makefile | |
parent | b7cb0185df43074ae6316827da6cff0b6652bf21 (diff) | |
download | freebsd-ports-gnome-3932a19e483f63361a672312a546cb101e809a69.tar.gz freebsd-ports-gnome-3932a19e483f63361a672312a546cb101e809a69.tar.zst freebsd-ports-gnome-3932a19e483f63361a672312a546cb101e809a69.zip |
CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))
Converted to new MAN[1-9]
Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
Diffstat (limited to 'security/donkey/Makefile')
-rw-r--r-- | security/donkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/donkey/Makefile b/security/donkey/Makefile index 92d748d0c62f..8bb9497092a8 100644 --- a/security/donkey/Makefile +++ b/security/donkey/Makefile @@ -3,11 +3,11 @@ # Date created: 17 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/09/19 11:33:48 max Exp $ # DISTNAME= donkey-0.5 -CATEGORIES+= security +CATEGORIES= security MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/Security/tool/donkey/ MAINTAINER= max@FreeBSD.ORG |