diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 91082f1a1075c587148cdc85cbe1196f175a18e6 (patch) | |
tree | ec0315d3d86e3f8717ed33380a1b359ca92fc43f /security/fwtk | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index c1bfd83..d0384b2 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -1,16 +1,16 @@ # ex:ts=8 # Ports collection makefile for: fwtk -# Version required: 0.0 # Date created: 15th June 1996 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= fwtk2.1 -PKGNAME= fwtk-2.1 +PORTNAME= fwtk +PORTVERSION= 2.1 CATEGORIES= security net DISTFILES= fwtk2.1${EXTRACT_SUFX} fwtk-doc-only${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org |