aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gdbm
diff options
context:
space:
mode:
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 e1b9cdb7e97..76e41d4fb6d 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>