diff options
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 98dcd9275bf6..a80e39173728 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> |