diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:58:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:58:10 +0000 |
commit | 8419c1ad549770d06c8fff79c4c12373c5fb7f47 (patch) | |
tree | bfb253ac36a3d7a6bf6105caf81e56ba77666e6e /security/donkey | |
parent | a107548d6a11d64d3b5a83b09415ff0613200176 (diff) | |
download | ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.tar.gz ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.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
Notes
Notes:
svn path=/head/; revision=4537
Diffstat (limited to 'security/donkey')
-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 |