diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /archivers/linux_rar | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/linux_rar')
-rw-r--r-- | archivers/linux_rar/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile index 37983886b145..3abcc0488237 100644 --- a/archivers/linux_rar/Makefile +++ b/archivers/linux_rar/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: linux_rar # http://www.rarsoft.com/rar_archiver.htm -# Version required: 2.60 # Date created: 30 April 1999 # Whom: FUJISHIMA Satsuki <k5@respo.or.jp> # # $FreeBSD$ # -DISTNAME= rarlnx26 -PKGNAME= linux_rar-2.60 +PORTNAME= linux_rar +PORTVERSION= 2.60 CATEGORIES= archivers linux MASTER_SITES= ftp://rarsoft.ti.sk/pub/rar/ \ ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ \ ftp://ftp.cdrom.com/pub/sac/pack/ -EXTRACT_SUFX= .sfx +DISTNAME= rarlnx26 +EXTRACT_SUFX= .sfx -MAINTAINER= k5@cheerful.com +MAINTAINER= k5@cheerful.com BUILD_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base @@ -23,7 +23,7 @@ RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base NO_BUILD= yes ONLY_FOR_ARCHS= i386 NO_CDROM= NOFEE: Can not charge for distribution -NO_PACKAGE= Only unmodified original package can be distributed +NO_PACKAGE= Only unmodified original package can be distributed EXTRACT_CMD= # empty EXTRACT_BEFORE_ARGS= # empty |