aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-21 13:02:01 +0800
committerpat <pat@FreeBSD.org>2002-06-21 13:02:01 +0800
commit256a1fbe76fc898817a73c21bc348fe1c1dfd32e (patch)
tree2a8c4deec82db00fa87465fbbb4d7c6f482ea9d0
parent5d64eadf9ea0f03249a7be93b60c1781b20e3b65 (diff)
downloadfreebsd-ports-gnome-256a1fbe76fc898817a73c21bc348fe1c1dfd32e.tar.gz
freebsd-ports-gnome-256a1fbe76fc898817a73c21bc348fe1c1dfd32e.tar.zst
freebsd-ports-gnome-256a1fbe76fc898817a73c21bc348fe1c1dfd32e.zip
- Remove dead MASTER_SITES entry
- add WWW to pkg-descr - add do-install target PR: 39588 Submitted by: maintainer
-rw-r--r--lang/mawk/Makefile8
-rw-r--r--lang/mawk/pkg-descr2
2 files changed, 6 insertions, 4 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile
index c65388d32946..fb29a1b7814a 100644
--- a/lang/mawk/Makefile
+++ b/lang/mawk/Makefile
@@ -9,8 +9,7 @@
PORTNAME= mawk
PORTVERSION= 1.3.3
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/languages/mawk/ \
- http://dl.droso.net/ports/
+MASTER_SITES= http://dl.droso.net/ports/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= erwin@lansing.dk
@@ -21,7 +20,8 @@ ALL_TARGET=
MAN1= mawk.1
-pre-configure:
- ${PERL} -pi.orig -e 's:/usr/local:${PREFIX}:' ${WRKSRC}/config.user
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/mawk ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/man/mawk.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/lang/mawk/pkg-descr b/lang/mawk/pkg-descr
index 30240bcfc11a..2cc431b6d23b 100644
--- a/lang/mawk/pkg-descr
+++ b/lang/mawk/pkg-descr
@@ -9,3 +9,5 @@ Gregg Townsend, SPE 23,351-367.
Bug reports, comments, questions, etc. to
Mike Brennan, brennan@whidbey.com.
ftp site: ftp.whidbey.net in ~/pub/brennan
+
+WWW: http://www.math.fu-berlin.de/~leitner/mawk/