diff options
author | joerg <joerg@pkgsrc.org> | 2006-10-09 12:52:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-10-09 12:52:34 +0000 |
commit | 9cd6e22331a6f233c5162012777ffeb82a685274 (patch) | |
tree | 394404a5282788a08d7e1183cc0f35c1b517e24d /fonts/xorg-fonts75dpi | |
parent | 0ac48ab1020b11885d226658a380f69aa3367aa4 (diff) | |
download | pkgsrc-9cd6e22331a6f233c5162012777ffeb82a685274.tar.gz |
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
Diffstat (limited to 'fonts/xorg-fonts75dpi')
-rw-r--r-- | fonts/xorg-fonts75dpi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/xorg-fonts75dpi/Makefile b/fonts/xorg-fonts75dpi/Makefile index 73208f49866..c9041e9f8dd 100644 --- a/fonts/xorg-fonts75dpi/Makefile +++ b/fonts/xorg-fonts75dpi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/09/22 21:53:57 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/10/09 12:52:34 joerg Exp $ DISTNAME= X11R${XORG_VER}-src1 PKGNAME= xorg-fonts75dpi-${XORG_VER} @@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.x.org/ COMMENT= X.org 75dpi bitmap fonts +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= imake DEPENDS+= xorg-fontsEncodings>=${XORG_VER}:../../fonts/xorg-fontsEncodings |