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/logrotate/Makefile | |
parent | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff) | |
download | ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.tar.gz ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.zip |
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes:
svn path=/head/; revision=27427
Diffstat (limited to 'sysutils/logrotate/Makefile')
-rw-r--r-- | sysutils/logrotate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index a1a0c9722a00..1d501ea188b4 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: logrotate -# Version required: 3.3 # Date Created: 29 Dec 1999 # Whom: Yuan-Chen Cheng <ycheng@sinica.edu.tw> # # $FreeBSD$ # -DISTNAME= logrotate-3.3 +PORTNAME= logrotate +PORTVERSION= 3.3 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/current/SRPMS/SRPMS/ \ ftp://ftp.cdrom.com/pub/linux/redhat/current/SRPMS/SRPMS/ |