aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gdbm
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-17 11:18:45 +0800
committerobrien <obrien@FreeBSD.org>1996-11-17 11:18:45 +0800
commit395fca6f450e084c623b8a0cabfad37b23373fd6 (patch)
treeccc250c0537bda06d4fd9c6e3cd89522a9ae8ed6 /databases/gdbm
parentf3b910daf6acba1e9a253051e58809dc0a8712e9 (diff)
downloadfreebsd-ports-graphics-395fca6f450e084c623b8a0cabfad37b23373fd6.tar.gz
freebsd-ports-graphics-395fca6f450e084c623b8a0cabfad37b23373fd6.tar.zst
freebsd-ports-graphics-395fca6f450e084c623b8a0cabfad37b23373fd6.zip
CAT_E_GORIES+= -> CAT_E_GORIES=
Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup
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>