diff options
author | max <max@FreeBSD.org> | 1996-11-17 01:48:15 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-17 01:48:15 +0000 |
commit | 6887f5cba27886818e9a491b778a77464bb04886 (patch) | |
tree | 3f30734cbe14a25191bead6cdab149bf78c2d6ce /net/gopher | |
parent | 686c58c7be4b211d746d8e88b78ca2d07eb53fa5 (diff) | |
download | FreeBSD-ports-6887f5cba27886818e9a491b778a77464bb04886.zip FreeBSD-ports-6887f5cba27886818e9a491b778a77464bb04886.tar.gz |
Updated MASTER_SITES.
Submitted by: Pedro Giffuni <m230761@ingenieria.ingsala.unal.edu.co>
CATEGORIES+= -> CATEGORIES=
Removed pre-install target. (What it did was mkdir ${PREFIX}/bin, etc.
which is now done by mtree.)
Diffstat (limited to 'net/gopher')
-rw-r--r-- | net/gopher/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 98dcd92..a80e391 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -3,19 +3,15 @@ # Date created: 11 Dec 1994 # Whom: ats # -# $Id: Makefile,v 1.5 1995/04/24 07:53:09 asami Exp $ +# $Id: Makefile,v 1.6 1995/11/27 04:04:57 asami Exp $ # DISTNAME= gopher2_1_3 PKGNAME= gopher-2.1.3 -CATEGORIES+= net -MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/ +CATEGORIES= net +MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/old-versions/ EXTRACT_SUFX= .tar.Z USE_GMAKE= yes -pre-install: - mkdir -p ${PREFIX}/bin - mkdir -p ${PREFIX}/man/man1 - .include <bsd.port.mk> |