diff options
author | abs <abs@pkgsrc.org> | 2009-12-17 18:23:14 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-17 18:23:14 +0000 |
commit | c0a9ba9fb446792908dcaed75e9526f7c258d214 (patch) | |
tree | e69bcf8b4deeacc08f23fae3b891c92144c2b729 /x11/fvwm-wharf | |
parent | 7f1228bfd08e1806d9c64e38c6776e5ed5245018 (diff) | |
download | pkgsrc-c0a9ba9fb446792908dcaed75e9526f7c258d214.tar.gz |
PKG_DESTDIR_SUPPORT
Diffstat (limited to 'x11/fvwm-wharf')
-rw-r--r-- | x11/fvwm-wharf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile index e038668bcfb..24fbaa28987 100644 --- a/x11/fvwm-wharf/Makefile +++ b/x11/fvwm-wharf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/19 09:16:26 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2009/12/17 18:28:07 abs Exp $ DISTNAME= AfterStep-1.0 PKGNAME= fvwm-wharf-1.0 @@ -13,13 +13,14 @@ COMMENT= Copy of AfterStep's Wharf compatible with fvwm2 USE_IMAKE= YES INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +PKG_DESTDIR_SUPPORT= user-destdir post-configure: cd ${WRKSRC}; ${MAKE} Makefiles do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf - ${INSTALL_MAN} ${WRKSRC}/modules/Wharf/Wharf.man ${PREFIX}/${PKGMANDIR}/man1/Fvwm-Wharf.1 + ${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${DESTDIR}${PREFIX}/bin/Fvwm-Wharf + ${INSTALL_MAN} ${WRKSRC}/modules/Wharf/Wharf.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/Fvwm-Wharf.1 .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" |