summaryrefslogtreecommitdiff
path: root/lang/awka
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-03 23:27:52 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-03 23:27:52 +0000
commit2e3032b88bbebd373cfc65725706cabc50a154fd (patch)
tree985d9a1c01085a506cc72a5b3df0cefcd60d2432 /lang/awka
parentc5c8f990cd9e61c6ffeeabd3e9af922bb6a698fb (diff)
downloadpkgsrc-2e3032b88bbebd373cfc65725706cabc50a154fd.tar.gz
DESTDIR support
Diffstat (limited to 'lang/awka')
-rw-r--r--lang/awka/Makefile7
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"