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/xinetd | |
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/xinetd')
-rw-r--r-- | security/xinetd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 4264c51e11a4..69f88b493ff5 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -3,18 +3,18 @@ # Date created: 28 June 1996 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/10 22:18:38 asami Exp $ # DISTNAME= xinetd.2.1.7.4 -CATEGORIES+= security +CATEGORIES= security MASTER_SITES= ftp://ftp.telebase.com/pub/security/ DISTFILES= xinetd.2.1.7-freebsd.4.tar.gz -WRKSRC= ${WRKDIR}/xinetd.2.1.7-freebsd.4 - MAINTAINER= markm@FreeBSD.ORG +WRKSRC= ${WRKDIR}/xinetd.2.1.7-freebsd.4 + do-build: cd ${WRKSRC} ; ./compile-src -os freebsd2 -sf has_SB |