pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5879201a5b62
branches:  trunk
changeset: 520662:5879201a5b62
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 25 00:30:39 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

 print/ghostscript/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 536eb5879a40 -r 5879201a5b62 print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Tue Oct 24 22:23:41 2006 +0000
+++ b/print/ghostscript/Makefile        Wed Oct 25 00:30:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/09/09 02:46:08 obache Exp $
+# $NetBSD: Makefile,v 1.24 2006/10/25 00:30:39 rillig Exp $
 
 DISTNAME=              ghostscript-${GS_VERS}
 PKGREVISION=           8
@@ -151,6 +151,7 @@
 MAKE_FLAGS+=           LDFLAGS=${LDFLAGS:M*:Q}
 MAKE_FLAGS+=           GS_DISPLAY_DEVICE=${GS_DISPLAY_DEVICE:Q}
 MAKE_FLAGS+=           XINCLUDE= XLIBDIRS= XLIBS=${XLIBS:Q}
+MAKE_FLAGS+=           mandir=${PREFIX}/${PKGMANDIR}
 
 .if ${OPSYS} == "SunOS"
 LDFLAGS+=              -L${LOCALBASE}/bsd/lib ${COMPILER_RPATH_FLAG}${LOCALBASE}/bsd/lib



Home | Main Index | Thread Index | Old Index