Tue Jul 7 21:35:23 2009 UTC ()
user-destdir support


(joerg)
diff -r1.1.1.1 -r1.2 pkgsrc/x11/transset-df/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/transset-df/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/transset-df/Attic/Makefile 2007/03/23 17:56:11 1.1.1.1
+++ pkgsrc/x11/transset-df/Attic/Makefile 2009/07/07 21:35:23 1.2
@@ -1,22 +1,26 @@ @@ -1,22 +1,26 @@
1# $NetBSD: Makefile,v 1.1.1.1 2007/03/23 17:56:11 drochner Exp $ 1# $NetBSD: Makefile,v 1.2 2009/07/07 21:35:23 joerg Exp $
2# 2#
3 3
4DISTNAME= transset-df-5 4DISTNAME= transset-df-5
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= http://forchheimer.se/transset-df/ 6MASTER_SITES= http://forchheimer.se/transset-df/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://forchheimer.se/transset-df/ 9HOMEPAGE= http://forchheimer.se/transset-df/
10COMMENT= Patched version of xorg's transset 10COMMENT= Patched version of xorg's transset
11 11
 12PKG_DESTDIR_SUPPORT= user-destdir
 13
12BUILD_TARGET= transset-df 14BUILD_TARGET= transset-df
13USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
14 16
 17INSTALLATION_DIRS= bin
 18
15do-install: 19do-install:
16 ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin 20 ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${DESTDIR}${PREFIX}/bin
17 21
18.include "../../x11/libXcomposite/buildlink3.mk" 22.include "../../x11/libXcomposite/buildlink3.mk"
19.include "../../x11/libXfixes/buildlink3.mk" 23.include "../../x11/libXfixes/buildlink3.mk"
20.include "../../x11/libXdamage/buildlink3.mk" 24.include "../../x11/libXdamage/buildlink3.mk"
21.include "../../x11/libXrender/buildlink3.mk" 25.include "../../x11/libXrender/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"