aboutsummaryrefslogtreecommitdiff
path: root/security/chrootuid
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
commit3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch)
treea2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/chrootuid
parent77b92885e289bade2ecd4de42585d794725a93e6 (diff)
downloadports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.tar.gz
ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.zip
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27426
Diffstat (limited to 'security/chrootuid')
-rw-r--r--security/chrootuid/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile
index 7f2362a97f09..2205e7645fbb 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