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/gtkportscan | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/gtkportscan')
-rw-r--r-- | security/gtkportscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile index afdd074..4d56c0e 100644 --- a/security/gtkportscan/Makefile +++ b/security/gtkportscan/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkportscan -# Version required: 1.2 # Date created: 11 March 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gtkportscan-1.2 +PORTNAME= gtkportscan +PORTVERSION= 1.2 CATEGORIES= security net #MASTER_SITES= http://armageddon.splorg.org/gtkportscan/ MASTER_SITES= http://people.FreeBSD.org/~cpiazza/distfiles/ |