summaryrefslogtreecommitdiff
path: root/sysutils/rtty/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-04-09 08:33:50 +0000
committeragc <agc>1999-04-09 08:33:50 +0000
commit4ee0034b2002c2e0b6e2a415509947bb3ceae128 (patch)
treef9bd4045d17406271defa116a31e0d86edec8e2f /sysutils/rtty/Makefile
parent137b563718452704ecf52734db2aa4ef31fdfcdd (diff)
downloadpkgsrc-4ee0034b2002c2e0b6e2a415509947bb3ceae128.tar.gz
Make this package work on Solaris.
Diffstat (limited to 'sysutils/rtty/Makefile')
-rw-r--r--sysutils/rtty/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile
index b44bcc4c5ce..2718a3e61eb 100644
--- a/sysutils/rtty/Makefile
+++ b/sysutils/rtty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/04/09 00:55:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 1999/04/09 08:33:50 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1997/01/06 12:13:36 jkh Exp
#
@@ -10,12 +10,11 @@ MAINTAINER= packages@netbsd.org
NO_WRKSUBDIR= yes
-OPSYS!= uname -s
-
pre-configure:
+ ${CHMOD} -R u+w ${WRKDIR}
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; \
+ ${SED} -e 's:/usr/local:${PREFIX}:g' $$f > $$f.pdone && ${MV} $$f.pdone $$f; \
done
.include "../../mk/bsd.pkg.mk"