diff options
author | frueauf <frueauf> | 1998-05-03 11:00:36 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-03 11:00:36 +0000 |
commit | 78a3663197de463567cf40849070b173864f1bcc (patch) | |
tree | b157bdfdbd4f4536f624fc50f7c9000a877b9bc9 /graphics/gimp/Makefile | |
parent | b43027dcc90d19be90507f954886b89cb6cf674b (diff) | |
download | pkgsrc-78a3663197de463567cf40849070b173864f1bcc.tar.gz |
Enable installation of info files and man page, fixes pr 5320.
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 1180892a727..9ae9741b7b4 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -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} \ |