Installing header file "shhopt.h" so that building 3rd party PBM
applications will work.
This commit is contained in:
parent
1a5554d305
commit
73ce836bef
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.37 2000/05/17 10:26:36 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2000/05/17 18:41:21 tron Exp $
|
||||
|
||||
DISTNAME= netpbm-9.2
|
||||
CATEGORIES= graphics
|
||||
|
@ -18,4 +18,7 @@ INSTALL_TARGET= install.dev install
|
|||
MAKE_ENV+= ECHO="${ECHO}"
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/shhopt/shhopt.h ${PREFIX}/include
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2000/05/17 10:13:24 tron Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2000/05/17 18:41:22 tron Exp $
|
||||
bin/anytopnm
|
||||
bin/asciitopgm
|
||||
bin/atktopbm
|
||||
|
@ -205,6 +205,7 @@ include/pgm.h
|
|||
include/pnm.h
|
||||
include/ppm.h
|
||||
include/ppmcmap.h
|
||||
include/shhopt.h
|
||||
lib/libpbm.a
|
||||
lib/libpbm.so.9.2
|
||||
lib/libpgm.a
|
||||
|
|
Loading…
Reference in a new issue