summaryrefslogtreecommitdiff
path: root/databases/gdbm
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 03:18:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 03:18:45 +0000
commit2a77f2f82953f884bd9984190d3c5af42b8f33f7 (patch)
tree945d1b665917c152ea7b1b351f45d5ec540b79e5 /databases/gdbm
parentCAT_E_GORIES+= -> CAT_E_GORIES= (diff)
CAT_E_GORIES+= -> CAT_E_GORIES=
Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup
Notes
Notes: svn path=/head/; revision=4530
Diffstat (limited to 'databases/gdbm')
-rw-r--r--databases/gdbm/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index e1b9cdb7e974..76e41d4fb6dc 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -3,23 +3,18 @@
# Date created: 8 Apr 1996
# Whom: Brent J. Nordquist <nordquist@platinum.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/04/12 06:44:15 asami Exp $
#
DISTNAME= gdbm-1.7.3
-CATEGORIES+= databases
+CATEGORIES= databases
MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \
ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= nordquist@platinum.com
GNU_CONFIGURE= yes
-
MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s -f
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man3/gdbm.3
-.endif
+MAN3= gdbm.3
.include <bsd.port.mk>