diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 12:56:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 12:56:21 +0800 |
commit | 74d33a9a6f96ce415e58530d5329dcdd0e4abddc (patch) | |
tree | dc85c2c130baa6e2bbe5dfb1b07405a49fbe29a4 /archivers/ha | |
parent | 77a92beda623c6dbe25fd459a5bad53b3e3a5763 (diff) | |
download | freebsd-ports-gnome-74d33a9a6f96ce415e58530d5329dcdd0e4abddc.tar.gz freebsd-ports-gnome-74d33a9a6f96ce415e58530d5329dcdd0e4abddc.tar.zst freebsd-ports-gnome-74d33a9a6f96ce415e58530d5329dcdd0e4abddc.zip |
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3fb65f4e3f4b..435d5acf4ca1 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,19 +1,24 @@ # New ports collection makefile for: ha -# Version required: 0999 +# Version required: 0.999beta # Date created: 24 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/01/24 16:56:05 ache Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:43:23 jkh Exp $ # + DISTNAME= ha0999 -EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +PKGNAME= ha-0.999b CATEGORIES+= archivers -NO_WRKSUBDIR= YES +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + +NO_WRKSUBDIR= yes MAKEFILE= makefile.nix MAKE_FLAGS= CC=cc -f ALL_TARGET= ha -USE_GMAKE= YES +USE_GMAKE= yes install: cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin |