diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/manck/Makefile | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/manck/Makefile')
-rw-r--r-- | sysutils/manck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/manck/Makefile b/sysutils/manck/Makefile index f0d610bb6465..3b45eb3f35f6 100644 --- a/sysutils/manck/Makefile +++ b/sysutils/manck/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: manck -# Version required: 1.0 # Date created: 10 September 1995 # Whom: joerg # # $FreeBSD$ # -DISTNAME= manck-1.2 +PORTNAME= manck +PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= http://www.de.freebsd.org/~wosch/src/ |