diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-03 23:27:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-03 23:27:52 +0000 |
commit | 2e3032b88bbebd373cfc65725706cabc50a154fd (patch) | |
tree | 985d9a1c01085a506cc72a5b3df0cefcd60d2432 /lang/awka/Makefile | |
parent | c5c8f990cd9e61c6ffeeabd3e9af922bb6a698fb (diff) | |
download | pkgsrc-2e3032b88bbebd373cfc65725706cabc50a154fd.tar.gz |
DESTDIR support
Diffstat (limited to 'lang/awka/Makefile')
-rw-r--r-- | lang/awka/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/awka/Makefile b/lang/awka/Makefile index 0a2535b6918..df521fd3e7a 100644 --- a/lang/awka/Makefile +++ b/lang/awka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/11/02 15:54:04 tv Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/03 23:33:58 joerg Exp $ # DISTNAME= awka-0.7.5 @@ -10,6 +10,11 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://awka.sourceforge.net/ COMMENT= AWK to ANSI C compiler +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES +INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ + MANSRCDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} + .include "../../mk/bsd.pkg.mk" |