summaryrefslogtreecommitdiff
path: root/sysutils/rtty/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-04-09 00:55:22 +0000
committerhubertf <hubertf>1999-04-09 00:55:22 +0000
commitd41eb1b1d439ff24ec960fb6a67e6b772b2ca7ed (patch)
treec078fed9051e4c020b0225968e3a98bc1d0285c7 /sysutils/rtty/Makefile
parent0a978bb617e3911c227bb3c7068e4d53d8878644 (diff)
downloadpkgsrc-d41eb1b1d439ff24ec960fb6a67e6b772b2ca7ed.tar.gz
s@/usr/local@${PREFIX}@ not only on NetBSD (Hi Al!)
Diffstat (limited to 'sysutils/rtty/Makefile')
-rw-r--r--sysutils/rtty/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile
index 690c0663cb2..b44bcc4c5ce 100644
--- a/sysutils/rtty/Makefile
+++ b/sysutils/rtty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/05/08 22:12:50 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 1999/04/09 00:55:22 hubertf Exp $
# FreeBSD Id: Makefile,v 1.3 1997/01/06 12:13:36 jkh Exp
#
@@ -12,12 +12,10 @@ NO_WRKSUBDIR= yes
OPSYS!= uname -s
-.if (${OPSYS} == "NetBSD")
pre-configure:
for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \
echo patching $$f ; \
${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone && ${MV} $$f.pdone $$f; \
done
-.endif
.include "../../mk/bsd.pkg.mk"