aboutsummaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-02-03 11:12:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-02-03 11:12:01 +0000
commit5114e2637e2224ea9b0e0ea4b315bc38370ccf04 (patch)
tree414dd9b31f0192eb7d0054b2463c2eed8afd25b4 /graphics/urt
parentfd5131ad95770d2ae6bee7059204950dfa6402d1 (diff)
downloadports-5114e2637e2224ea9b0e0ea4b315bc38370ccf04.tar.gz
ports-5114e2637e2224ea9b0e0ea4b315bc38370ccf04.zip
Notes
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index dbfa03676709..081f7234fa39 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -3,7 +3,7 @@
# Date created: Jan 5 1997
# Whom: cfs@ing.puc.cl (original)
#
-# $Id: Makefile,v 1.11 1998/11/25 09:01:20 asami Exp $
+# $Id: Makefile,v 1.12 1999/01/10 18:11:45 steve Exp $
#
DISTNAME= urt
@@ -61,13 +61,13 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/urt ${PREFIX}/share/examples/urt
cd ${PREFIX}/share/doc/urt; \
- ${EXTRACT_CMD} xf $(DISTDIR)/urt-doc.tar; \
+ ${TAR} xf $(DISTDIR)/urt-doc.tar; \
cd doc; \
find -d . | cpio -dump ..; \
cd ..; \
${RM} -rf doc; \
cd ${PREFIX}/share/examples/urt; \
- ${EXTRACT_CMD} xf $(DISTDIR)/urt-img.tar; \
+ ${TAR} xf $(DISTDIR)/urt-img.tar; \
chown -R root:wheel . ; \
find . -type d -exec chmod 775 '{}' \; ; \
find . -type f -exec chmod 664 '{}' \;