diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 03:18:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 03:18:45 +0000 |
commit | 2a77f2f82953f884bd9984190d3c5af42b8f33f7 (patch) | |
tree | 945d1b665917c152ea7b1b351f45d5ec540b79e5 /databases/gdbm | |
parent | fe5b7da7740ec43483458ef42c6e8f3b53c4902d (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/Makefile | 11 |
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> |