diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:44:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:44:43 +0800 |
commit | 36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e (patch) | |
tree | 12624689b16c06fd922f02290a475cd34534c473 /x11-fm/offix-files | |
parent | 02cd5b674486b620aef6f01cbf91aea248498f4c (diff) | |
download | freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.gz freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.zst freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-fm/offix-files')
-rw-r--r-- | x11-fm/offix-files/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/offix-files/Makefile b/x11-fm/offix-files/Makefile index f7f1eca9a1ab..d02a91b5207e 100644 --- a/x11-fm/offix-files/Makefile +++ b/x11-fm/offix-files/Makefile @@ -1,16 +1,16 @@ # ports collection makefile for: Files -# Version required: 2.4 # Date created: 28 Jun 1997 # Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> # # $FreeBSD$ # -DISTNAME= Files-2.4 -PKGNAME= offix-files-2.4 +PORTNAME= offix-files +PORTVERSION= 2.4 CATEGORIES= x11-fm offix MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= desktop_managers/OffiX +DISTNAME= Files-${PORTVERSION} MAINTAINER= ruslan@shevchenko.kiev.ua |