1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Make PREFIX clean.

This commit is contained in:
David E. O'Brien 1999-09-19 19:02:30 +00:00
parent 41c2c2521a
commit 0e377cf11c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21763

View File

@ -1,3 +1,4 @@
# ex:ts=8
# New ports collection makefile for: mawk
# Version required: 1.3.3
# Date created: 24 Dec 1998
@ -11,7 +12,7 @@ PKGNAME= mawk-1.3.3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= obrien@FreeBSD.org
WRKSRC= $(WRKDIR)/$(PKGNAME)
GNU_CONFIGURE= yes
@ -19,4 +20,7 @@ ALL_TARGET=
MAN1= mawk.1
pre-configure:
${PERL} -pi.orig -e 's:/usr/local:${PREFIX}:' ${WRKSRC}/config.user
.include <bsd.port.mk>