diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /comms/xcept | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'comms/xcept')
-rw-r--r-- | comms/xcept/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index b32fc6ce107f..417ab631e8a1 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: xcept -# Version required: 2.1.2 # Date created: Sep 1, 1996 # Whom: joerg # # $FreeBSD$ # -DISTNAME= xcept-2.1.2 +PORTNAME= xcept +PORTVERSION= 2.1.2 CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= joerg@FreeBSD.org +MAINTAINER= joerg@FreeBSD.org USE_XLIB= yes MAN1= xcept.1 MAN8= ceptd.8 MANCOMPRESSED= maybe -WRKSRC= ${WRKDIR}/XCept-2.1.2 +WRKSRC= ${WRKDIR}/XCept-${PORTVERSION} .include <bsd.port.mk> |