diff options
author | tron <tron@pkgsrc.org> | 1999-05-04 22:47:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-04 22:47:21 +0000 |
commit | cf227db6dd52424b6ab6c76b79b6b518722d17be (patch) | |
tree | 4bd5f3b4464661304c330fef7928b3d5d05ee753 /graphics/gimp | |
parent | a8d3c74b039a64fff717936ddc8e462bccfb7410 (diff) | |
download | pkgsrc-cf227db6dd52424b6ab6c76b79b6b518722d17be.tar.gz |
Due to a variable expansion bug in the "Makefile" the texinfo documenation
was neither built nor installed.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 9 | ||||
-rw-r--r-- | graphics/gimp/pkg/PLIST | 7 |
2 files changed, 11 insertions, 5 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index c1f4329808b..23c120a2156 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/05/02 14:35:57 tron Exp $ +# $NetBSD: Makefile,v 1.37 1999/05/04 22:47:21 tron Exp $ DISTNAME= gimp-1.0.4 CATEGORIES= graphics @@ -34,6 +34,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" +INFO_FILES= pdb.info + post-configure: @${ECHO_MSG} "--> now configuring in ${GIMP_DATA}" @(cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${CONFIGURE_ENV} \ @@ -46,9 +48,8 @@ pre-build: fi post-install: -.for DOC_TARGET in ${ALL_TARGET} ${INSTALL_TARGET} - @(cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${DOC_TARGET}) -.endfor + @(cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}) + @(cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}) @${ECHO_MSG} "--> now installing in ${GIMP_DATA}" @(cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}) diff --git a/graphics/gimp/pkg/PLIST b/graphics/gimp/pkg/PLIST index 4bed539c288..8687cdcabda 100644 --- a/graphics/gimp/pkg/PLIST +++ b/graphics/gimp/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 1999/04/05 23:28:29 tron Exp $ +@comment $NetBSD: PLIST,v 1.12 1999/05/04 22:47:22 tron Exp $ bin/gimp bin/gimptool include/gck/gck.h @@ -15,6 +15,11 @@ include/libgimp/gimpenums.h include/libgimp/gimpfeatures.h include/libgimp/gimpmenu.h include/libgimp/gimpui.h +@unexec install-info --delete %D/info/pdb.info %D/info/dir +info/pdb.info +info/pdb.info-1 +info/pdb.info-2 +@exec install-info %D/info/pdb.info %D/info/dir lib/gimp/1.0/plug-ins/AlienMap lib/gimp/1.0/plug-ins/CEL lib/gimp/1.0/plug-ins/CML_explorer |