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/tcp_wrapper | |
parent | Proper WWW syntax (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 53a976a4a347..49168ff396a5 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: tcp_wrapper -# Version required: 7.6 # Date created: 27 Oct 1994 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= tcp_wrappers_7.6 -PKGNAME= tcp_wrappers-7.6 +PORTNAME= tcp_wrappers +PORTVERSION= 7.6 CATEGORIES= security net MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= torstenb@FreeBSD.org |