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/ha | |
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/ha')
-rw-r--r-- | archivers/ha/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 0c384cb1087d..b95699e0d00b 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: ha -# Version required: 0.999beta # Date created: 24 Jan 1995 # Whom: ache # # $FreeBSD$ # -DISTNAME= ha0999 -PKGNAME= ha-0.999b +PORTNAME= ha +PORTVERSION= 0.999b CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ +DISTNAME= ha0999 +EXTRACT_SUFX= .tgz -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -NO_WRKSUBDIR= yes -MAKEFILE= makefile.nix -MAKE_FLAGS= CC=cc -f -ALL_TARGET= ha -USE_GMAKE= yes +NO_WRKSUBDIR= yes +MAKEFILE= makefile.nix +MAKE_FLAGS= CC=cc -f +ALL_TARGET= ha +USE_GMAKE= yes do-install: cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin |