diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-04 06:59:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-04 06:59:03 +0000 |
commit | 0c6a3253fe7d652e4d744555cc7352fffd4d103a (patch) | |
tree | 85dcef76c01a75047f6f6e519e34539fa17ae348 /games/velena | |
parent | 4e56d99acab2b215405ccc900e56d697c30ae727 (diff) | |
download | pkgsrc-0c6a3253fe7d652e4d744555cc7352fffd4d103a.tar.gz |
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'games/velena')
-rw-r--r-- | games/velena/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/velena/Makefile b/games/velena/Makefile index 0a3d2a6d01f..cfeb5009cef 100644 --- a/games/velena/Makefile +++ b/games/velena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/02/28 11:58:48 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2008/03/04 06:59:06 jlam Exp $ # DISTNAME= veleng10 @@ -17,10 +17,12 @@ RESTRICTED= You must not charge a fee for this software nor for any derived wor NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_OPTS_ZIP= -LLaqo WRKSRC= ${WRKDIR} MAKE_FILE= makefile -AUTO_MKDIRS= yes +AUTO_MKDIRS= yes SUBST_CLASSES+= path SUBST_STAGE.path= pre-configure |