diff options
author | kim <kim> | 2013-03-14 14:25:31 +0000 |
---|---|---|
committer | kim <kim> | 2013-03-14 14:25:31 +0000 |
commit | efbbae836352a66231bd8a2559e2d5f6662df9a9 (patch) | |
tree | 23f4074039e3bf6b221d1284ce18a6e338430e9b /sysutils | |
parent | b28d95fcd6c1a3397f60da57c89190164aa7883f (diff) | |
download | pkgsrc-efbbae836352a66231bd8a2559e2d5f6662df9a9.tar.gz |
BUILD_MAKE_FLAGS and INSTALL_MAKE_FLAGS can be merged into MAKE_FLAGS
thanks to patch-aa adding DESTDIR in the install target paths in
the distribution Makefile.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/osname/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/osname/Makefile b/sysutils/osname/Makefile index 89dd1f21906..84e83faf558 100644 --- a/sysutils/osname/Makefile +++ b/sysutils/osname/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/03/14 13:03:47 kim Exp $ +# $NetBSD: Makefile,v 1.10 2013/03/14 14:25:31 kim Exp $ # DISTNAME= osname-2.0 @@ -9,8 +9,7 @@ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Print canonical name of operating system NO_CONFIGURE= yes -BUILD_MAKE_FLAGS+= PREFIX=${PREFIX} -INSTALL_MAKE_FLAGS+= PREFIX=${PREFIX} +MAKE_FLAGS+= PREFIX=${PREFIX} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |