summaryrefslogtreecommitdiff
path: root/x11/fvwm-wharf
diff options
context:
space:
mode:
authorabs <abs>2009-12-17 18:23:14 +0000
committerabs <abs>2009-12-17 18:23:14 +0000
commita1de5e074099956c2da753ce849bb04523bcc8b8 (patch)
treee69bcf8b4deeacc08f23fae3b891c92144c2b729 /x11/fvwm-wharf
parent12b1df5c40793742b2eb52ea1e6ed6a2f951ffcf (diff)
downloadpkgsrc-a1de5e074099956c2da753ce849bb04523bcc8b8.tar.gz
PKG_DESTDIR_SUPPORT
Diffstat (limited to 'x11/fvwm-wharf')
-rw-r--r--x11/fvwm-wharf/Makefile7
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"