Enable installation of info files and man page, fixes pr 5320.
This commit is contained in:
parent
8b0a4f8f00
commit
6f4c81a9a6
3 changed files with 24 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 1998/04/22 14:22:41 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.12 1998/05/03 11:00:36 frueauf Exp $
|
||||
|
||||
DISTNAME= gimp-0.99.26
|
||||
CATEGORIES= graphics
|
||||
|
@ -26,6 +26,10 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
|||
CFLAGS= -pipe -O2 -I${LOCALBASE}/include -I${X11BASE}/include
|
||||
USE_GTEXINFO= yes
|
||||
|
||||
MAN1= gimp.1
|
||||
|
||||
INFO_FILES= pdb.info
|
||||
|
||||
post-configure:
|
||||
@${ECHO_MSG} "--> now configuring in ${GIMP_DATA}"
|
||||
@(cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${CONFIGURE_ENV} ${SH} \
|
||||
|
|
11
graphics/gimp/patches/patch-ac
Normal file
11
graphics/gimp/patches/patch-ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in-orig Sun Apr 12 00:42:59 1998
|
||||
+++ Makefile.in Sun May 3 01:35:04 1998
|
||||
@@ -111,7 +111,7 @@
|
||||
palettedata = @palettedata@
|
||||
patterndata = @patterndata@
|
||||
|
||||
-SUBDIRS = libgimp plug-ins app data
|
||||
+SUBDIRS = libgimp plug-ins app data docs
|
||||
|
||||
EXTRA_DIST = TODO NOTES gtkrc gimp_logo.ppm gimp_splash.ppm rmshm user_install gimp_tips.txt ps-menurc
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 1998/04/15 20:48:13 tron Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 1998/05/03 11:00:36 frueauf Exp $
|
||||
bin/gimp
|
||||
man/man1/gimp.1
|
||||
include/gck/gck.h
|
||||
include/gck/gckcolor.h
|
||||
include/gck/gckcommon.h
|
||||
|
@ -602,6 +603,12 @@ share/gimp/scripts/weave.scm
|
|||
share/gimp/scripts/web-browser.scm
|
||||
share/gimp/scripts/xach-effect.scm
|
||||
share/gimp/user_install
|
||||
@unexec install-info --delete %D/info/pdb.info %D/info/dir
|
||||
info/pdb.info
|
||||
info/pdb.info-1
|
||||
info/pdb.info-2
|
||||
@exec ([ ! -f %D/info/dir ] && /usr/bin/sed -ne '1,/Menu:/p' ${LOCALBASE}/info/dir > %D/info/dir) || /usr/bin/true
|
||||
@exec install-info %D/info/pdb.info %D/info/dir
|
||||
@dirrm include/libgimp
|
||||
@dirrm include/gck
|
||||
@dirrm lib/gimp/0.99/plug-ins
|
||||
|
|
Loading…
Reference in a new issue