diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-27 14:38:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-27 14:38:58 +0000 |
commit | c3c9d037784cb204dfe789280f791c5c9846f39e (patch) | |
tree | 9f15d788a58aab6f397936065e6dc9b20b6ed847 /net/gopher/Makefile | |
parent | bdd5520260bd337fcea9807b7c28b750ea991832 (diff) |
Notes
Diffstat (limited to 'net/gopher/Makefile')
-rw-r--r-- | net/gopher/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index e4cc7d604abd..fb2d79cf5113 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -6,10 +6,12 @@ # PORTNAME= gopher -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 CATEGORIES= net MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ \ - http://dl.droso.net/ports/ + http://dl.droso.net/FreeBSD/distfiles/ +DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} +WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER= erwin@FreeBSD.org COMMENT= Client and server for access to a distributed document service @@ -19,8 +21,7 @@ USE_GMAKE= yes USE_REINPLACE= yes MAN1= gopher.1 gophfilt.1 -MAN5= gopherd.conf.5 gopherrc.5 -MAN8= gopherd.8 gopherindex.8 +MAN5= gopherrc.5 pre-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \ |