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.
This commit is contained in:
parent
158d1ca1d3
commit
7f2c27ed4c
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue