aboutsummaryrefslogtreecommitdiff
path: root/lang/mawk/Makefile
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/Makefile
parentb93fdedf121247582557a25801e7fa799f930722 (diff)
downloadports-6d645fa57edcd772bd848e7008c6eaf023eb6e97.tar.gz
ports-6d645fa57edcd772bd848e7008c6eaf023eb6e97.zip
Notes
Diffstat (limited to 'lang/mawk/Makefile')
-rw-r--r--lang/mawk/Makefile8
1 files changed, 4 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>