Fix DESTDIR installation
This commit is contained in:
parent
598e1a7b8f
commit
e1852cb52f
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/07/27 13:51:12 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/08/03 13:39:45 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= flactag-1.1
|
||||
|
@ -14,6 +14,8 @@ USE_LANGUAGES= c++
|
|||
USE_TOOLS= gmake
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/flactag ${DESTDIR}${PREFIX}/bin
|
||||
# the "discid" program doesn't do more, don't install for namespace sanity
|
||||
|
|
Loading…
Reference in a new issue