summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-21 05:02:01 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-21 05:02:01 +0000
commit6d645fa57edcd772bd848e7008c6eaf023eb6e97 (patch)
treea13f4646c45339ccd92b9a6a5994b7c30826070e /lang/mawk
parent1. USE_KDELIBS_VER => USE_KDEBASE_VER: add dep on kdebase3. (diff)
- Remove dead MASTER_SITES entry
- add WWW to pkg-descr - add do-install target PR: 39588 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61660
Diffstat (limited to 'lang/mawk')
-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/