diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /archivers/ha | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 75eda6103ee..10d6123fc32 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:21:20 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:07:06 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp # DISTNAME= ha0999 PKGNAME= ha-0.999b -WRKSRC= ${WRKDIR} CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ EXTRACT_SUFX= .tgz @@ -12,6 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org COMMENT= The HA archiver using the HSC compression method +WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes MAKEFILE= makefile.nix |