diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/its4 | |
parent | Proper WWW syntax (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
Diffstat (limited to 'security/its4')
-rw-r--r-- | security/its4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/its4/Makefile b/security/its4/Makefile index 975db4048055..997490b8b340 100644 --- a/security/its4/Makefile +++ b/security/its4/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: its4 -# Version required: 1.0.1 # Date created: 21 February 2000 # Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= its4-1.0.1 +PORTNAME= its4 +PORTVERSION= 1.0.1 CATEGORIES= security MASTER_SITES= "" EXTRACT_SUFX= .tgz |