Fix for NetBSD

This commit is contained in:
hubertf 1997-10-27 03:32:44 +00:00
parent 3d487ee863
commit f401452b5f
4 changed files with 24 additions and 1 deletions

View file

@ -3,7 +3,7 @@
# Date created: 8 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
# $NetBSD: Makefile,v 1.1.1.1 1997/10/27 03:25:20 hubertf Exp $
# $NetBSD: Makefile,v 1.2 1997/10/27 03:32:44 hubertf Exp $
# FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp
#
@ -13,8 +13,16 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= bjn@visi.com
BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
GNU_CONFIGURE= yes
MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s -f
MAN3= gdbm.3
post-build:
cd ${WRKSRC} ; rm gdbm.info ; make gdbm.info
post-install:
@install-info ${PREFIX}/info/gdbm.info ${PREFIX}/info/dir
.include <bsd.port.mk>

View file

@ -0,0 +1,12 @@
--- gdbm.texinfo.BAK Sun Oct 26 03:45:23 1997
+++ gdbm.texinfo Sun Oct 26 03:46:09 1997
@@ -2,6 +2,9 @@
@comment %**start of header (This is for running Texinfo on a region.)
@setfilename gdbm.info
@settitle gdbm
+@direntry
+* gdbm: (gdbm). GNU database management routines.
+@end direntry
@c @setchapternewpage odd
@comment %**end of header (This is for running Texinfo on a region.)

View file

@ -1,6 +1,7 @@
GNU `dbm' is a library of functions implementing a hashed database
on a disk file. The software was written by Philip A. Nelson.
Port to NetBSD from FreeBSD by hubertf
Port to FreeBSD 2.1 by
Brent J. Nordquist <bjn@visi.com>
Mon Apr 8 06:27:31 1996

View file

@ -1,4 +1,6 @@
include/gdbm.h
@unexec %D/bin/install-info --delete %D/info/gdbm.info %D/info/dir
info/gdbm.info
@exec %D/bin/install-info %D/info/gdbm.info %D/info/dir
lib/libgdbm.a
man/man3/gdbm.3.gz