diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-07 13:17:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-07 13:17:14 +0000 |
commit | d8f994067ca1cc8f88490510fb897e1254a73c02 (patch) | |
tree | 1aceada8e236ebff1844f2e40109be6a831994f8 | |
parent | 944ae569e59a60f56293ab7b14bfc7a023740656 (diff) | |
download | pkgsrc-d8f994067ca1cc8f88490510fb897e1254a73c02.tar.gz |
Sprinkle a few ${DESTDIR}. Most probably not enough, but I can't test this.
-rw-r--r-- | devel/cvsup/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index f73c33e44dd..b4299aa499e 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2009/06/13 06:46:41 rillig Exp $ +# $NetBSD: Makefile.common,v 1.14 2011/04/07 13:17:14 wiz Exp $ # used by devel/cvsup/Makefile # used by devel/cvsup-gui/Makefile @@ -47,9 +47,9 @@ AUTO_MKDIRS= yes EGDIR= ${PREFIX}/share/examples/cvsup post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cvsup ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/License ${PREFIX}/share/doc/cvsup + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cvsup ${DESTDIR}${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/License ${DESTDIR}${PREFIX}/share/doc/cvsup ${INSTALL_DATA} ${FILESDIR}/*cvsup* \ - ${EGDIR} + ${DESTDIR}${EGDIR} .include "../../lang/ezm3/buildlink3.mk" |