summaryrefslogtreecommitdiff
path: root/mail/faces/Makefile
diff options
context:
space:
mode:
authortron <tron>2000-07-08 12:47:02 +0000
committertron <tron>2000-07-08 12:47:02 +0000
commit09cab7f8a82121cc93e22df45375ee7010dc43a0 (patch)
tree5e6a45066b4ad79cc55b966c4d3f5c9dba37773e /mail/faces/Makefile
parent929051ddb91a95bd04b5042e7631990caa8cdb2d (diff)
downloadpkgsrc-09cab7f8a82121cc93e22df45375ee7010dc43a0.tar.gz
Replace "/usr/local" by "${LOCALBASE}". Fixes PR pkg/10360, pkg/10465
and pkg/10529.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r--mail/faces/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
index dff7f9ef002..ae7c3ec8cd1 100644
--- a/mail/faces/Makefile
+++ b/mail/faces/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/05/24 09:15:57 agc Exp $
+# $NetBSD: Makefile,v 1.15 2000/07/08 12:47:02 tron Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp
#
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ \
ftp://odie.physik2.uni-rostock.de/pub/
EXTRACT_SUFX= .tar.Z
-MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
+MAINTAINER= packages@netbsd.org
WRKSRC= ${WRKDIR}/faces
@@ -17,7 +17,9 @@ USE_X11= yes
MAKE_ENV+= MKLINT=no
post-configure:
- @for f in ${WRKSRC}/Makefile ${WRKSRC}/faces.h ${WRKSRC}/x11.c; do \
+ @cd ${WRKSRC}; \
+ for f in Makefile faces.h x11.c scripts/addxface scripts/facesall \
+ scripts/mkfacesindex; do \
${MV} $$f $$f.in; \
${SED} -e 's|@localbase@|'${LOCALBASE}'|g' \
-e 's|@x11base@|'${X11BASE}'|g' < $$f.in > $$f; \