summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/html2ps/Makefile10
-rw-r--r--security/ssh-askpass/Makefile8
-rw-r--r--sysutils/cpuid/Makefile6
3 files changed, 15 insertions, 9 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index 3eb7a96de36..59069092df0 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2009/03/08 19:17:10 minskim Exp $
+# $NetBSD: Makefile,v 1.27 2010/01/27 18:21:56 joerg Exp $
#
DISTNAME= html2ps-1.0b4
@@ -10,6 +10,8 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://user.it.uu.se/~jan/html2ps.html
COMMENT= HTML to PostScript converter
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick
DEPENDS+= jpeg>=6b:../../graphics/jpeg
@@ -25,8 +27,8 @@ NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/html2ps
- @cd ${WRKSRC} && PATH=${LOCALBASE}/bin:${PREFIX}/bin ./install ${PREFIX}
- @${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/share/html2ps/sample.rc
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/html2ps
+ @cd ${WRKSRC} && PATH=${LOCALBASE}/bin:${PREFIX}/bin ./install ${DESTDIR}${PREFIX}
+ @${INSTALL_DATA} ${WRKSRC}/sample ${DESTDIR}${PREFIX}/share/html2ps/sample.rc
.include "../../mk/bsd.pkg.mk"
diff --git a/security/ssh-askpass/Makefile b/security/ssh-askpass/Makefile
index 76245faaf42..7c8b6184cda 100644
--- a/security/ssh-askpass/Makefile
+++ b/security/ssh-askpass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/12/27 13:37:39 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2010/01/27 18:23:10 joerg Exp $
DISTNAME= x11-ssh-askpass-1.0
PKGNAME= ${DISTNAME:S/^x11-//}
@@ -10,12 +10,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jmknoble.net/software/x11-ssh-askpass/
COMMENT= X11-based passphrase dialog for OpenSSH
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_IMAKE= yes
INSTALL_TARGET= install
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssh-askpass
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ssh-askpass
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/ssh-askpass
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ssh-askpass
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/cpuid/Makefile b/sysutils/cpuid/Makefile
index 9e588b55a2e..21240191682 100644
--- a/sysutils/cpuid/Makefile
+++ b/sysutils/cpuid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/05/09 11:57:27 ghen Exp $
+# $NetBSD: Makefile,v 1.7 2010/01/27 18:24:33 joerg Exp $
DISTNAME= cpuid-3.3
CATEGORIES= sysutils
@@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://directory.fsf.org/System_administration/Configuration/cpuid.html
COMMENT= CPU identification feature
+PKG_DESTDIR_SUPPORT= user-destdir
+
ONLY_FOR_PLATFORM= *-*-i386
ONLY_FOR_PLATFORM+= *-*-x86_64
@@ -17,6 +19,6 @@ do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} cpuid.c -o cpuid
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cpuid ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/cpuid ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"