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/prips | |
parent | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff) |
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes:
svn path=/head/; revision=27427
Diffstat (limited to 'sysutils/prips')
-rw-r--r-- | sysutils/prips/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/prips/Makefile b/sysutils/prips/Makefile index 89f691f8643c..4c5cb00f078e 100644 --- a/sysutils/prips/Makefile +++ b/sysutils/prips/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: prips -# Version required: 0.9.4 # Date created: 29 October 1999 # Whom: Jeremy Shaffner <jeremy@external.org> # # $FreeBSD$ # -DISTNAME= prips-0.9.4-src -PKGNAME= prips-0.9.4 +PORTNAME= prips +PORTVERSION= 0.9.4 CATEGORIES= sysutils MASTER_SITES= http://www.interloper.net/~dan/software/dist/prips/ +DISTNAME= ${PKGNAME}-src MAINTAINER= jeremy@external.org |