diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /databases | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.zst freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.zip |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gdbm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 76e41d4fb6dc..593e9bc5a5ad 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -3,13 +3,12 @@ # Date created: 8 Apr 1996 # Whom: Brent J. Nordquist <nordquist@platinum.com> # -# $Id: Makefile,v 1.1.1.1 1996/04/12 06:44:15 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/17 03:18:20 obrien Exp $ # DISTNAME= gdbm-1.7.3 CATEGORIES= databases -MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \ - ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= nordquist@platinum.com |