diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 15:06:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 15:06:24 +0000 |
commit | d8d5356624789868a2237dfc3b01c1899f22ae4c (patch) | |
tree | 2b72a018e1ceabaab2e7c0f8a88c3468e07c25be /x11/XFree86-libs/Makefile | |
parent | 696c51601373056bda53e8c914ff1238d47f11d8 (diff) | |
download | pkgsrc-d8d5356624789868a2237dfc3b01c1899f22ae4c.tar.gz |
Simplify XFree86-libs doing the following changes:
o Move manual pages from PLIST.${OPSYS} to PLIST.common
o Disable compression of manual pages in FreeBSD.
o Use IMAKE_* vars for the manual pages.
Diffstat (limited to 'x11/XFree86-libs/Makefile')
-rw-r--r-- | x11/XFree86-libs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/XFree86-libs/Makefile b/x11/XFree86-libs/Makefile index c2c935b06a4..869c11de946 100644 --- a/x11/XFree86-libs/Makefile +++ b/x11/XFree86-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 08:47:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/31 15:06:24 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-libs-${XF_VER} @@ -15,6 +15,7 @@ CONFLICTS+= xextensions-[0-9]* CONFLICTS+= libX11-[0-9]* CONFLICTS+= libXau-[0-9]* +USE_IMAKE= yes DEPENDS= imake>=4.3.0:../../x11/imake .include "../../mk/bsd.prefs.mk" @@ -36,7 +37,7 @@ XINSTALL_DIRS= include lib nls programs/Xserver/include \ XINSTALL_MAN_DIRS= ${XINSTALL_DIRS} post-patch: - ${SED} -e 's,@MAKESTRS@,${X11PREFIX}/bin/makestrs,g' \ + @${SED} -e 's,@MAKESTRS@,${X11PREFIX}/bin/makestrs,g' \ ${WRKSRC}/config/cf/Library.tmpl \ > ${WRKSRC}/config/cf/Library.tmpl.tmp && \ ${MV} ${WRKSRC}/config/cf/Library.tmpl.tmp \ |