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/chrootuid | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/chrootuid')
-rw-r--r-- | security/chrootuid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile index 7f2362a..2205e76 100644 --- a/security/chrootuid/Makefile +++ b/security/chrootuid/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: chrootuid -# Version required: 1.2 # Date created: 12 Dec 1999 # Whom: truckman # # $FreeBSD$ # +PORTNAME= chrootuid +PORTVERSION= 1.2 DISTNAME= chrootuid1.2 PKGNAME= chrootuid-1.2 CATEGORIES= security MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ \ ftp://coast.cs.purdue.edu/pub/tools/unix/chrootuid/ +DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .shar.Z MAINTAINER= truckman@FreeBSD.org |