diff options
author | darcy <darcy@pkgsrc.org> | 2011-11-29 18:26:51 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2011-11-29 18:26:51 +0000 |
commit | 0f4af5991411ebfb027341f7088463e241290029 (patch) | |
tree | 747edabdb7b63b202fc25f6f3ad5cd576e2b109f /lang | |
parent | 60559b4d05b76c2a5536ea74ecb0b1ce34d4661c (diff) | |
download | pkgsrc-0f4af5991411ebfb027341f7088463e241290029.tar.gz |
Add missing include file.
Bump PKGREVISION as new file was included in package.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/f2c/Makefile | 6 | ||||
-rw-r--r-- | lang/f2c/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 19f0b08cc38..8568596afe5 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2010/12/14 18:12:40 asau Exp $ +# $NetBSD: Makefile,v 1.60 2011/11/29 18:26:51 darcy Exp $ DISTNAME= f2c-20100903 # see notes below +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -17,7 +18,7 @@ WRKSRC= ${WRKDIR}/f2c BUILD_DIRS= src USE_BSD_MAKEFILE= yes MAKE_ENV+= MKCATPAGES=no -INSTALLATION_DIRS= bin share/doc/f2c ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin include share/doc/f2c ${PKGMANDIR}/man1 .include "../../mk/bsd.prefs.mk" @@ -46,6 +47,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/f2c ${DESTDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/f2c-f77 ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/f2c.1t ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/f2c.1 + ${INSTALL_DATA} ${WRKSRC}/f2c.h ${DESTDIR}${PREFIX}/include/f2c.h .for f in changes f2c.ps f2c.pdf ${INSTALL_DATA} ${WRKSRC}/$f ${DESTDIR}${PREFIX}/share/doc/f2c/$f .endfor diff --git a/lang/f2c/PLIST b/lang/f2c/PLIST index 8a95e01bfc0..30433cc7f02 100644 --- a/lang/f2c/PLIST +++ b/lang/f2c/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.7 2009/12/28 11:42:19 tnn Exp $ +@comment $NetBSD: PLIST,v 1.8 2011/11/29 18:26:51 darcy Exp $ bin/f2c bin/f2c-f77 +include/f2c.h man/man1/f2c.1 share/doc/f2c/changes share/doc/f2c/f2c.pdf |