aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-04-17 00:01:59 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-04-17 00:01:59 +0000
commit886c545cfd2ed26cf69674b77ed54a17b00467b6 (patch)
treef849878de7abfdc783ed9f1588c5c1e13e53130c /graphics
parentf1979e837adef7220b2a9181c2be3c945a551a06 (diff)
downloadports-886c545cfd2ed26cf69674b77ed54a17b00467b6.tar.gz
ports-886c545cfd2ed26cf69674b77ed54a17b00467b6.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mpeg-lib/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mpeg-lib/files/patch-aa b/graphics/mpeg-lib/files/patch-aa
index a067494e69f5..07aa5fb0d984 100644
--- a/graphics/mpeg-lib/files/patch-aa
+++ b/graphics/mpeg-lib/files/patch-aa
@@ -133,8 +133,8 @@
!
! install: $(LIBRARY)
! @echo Installing $(LIBRARY) in $(DEST)
-! $(INSTALL) $(LIBRARY) $(DEST)
-! $(INSTALL) mpeg.h ${PREFIX}/include
+! $(INSTALL) -c $(LIBRARY) $(DEST)
+! $(INSTALL) -c mpeg.h ${PREFIX}/include
# easympeg is a short 'n simple MPEG player that requires the SGI Graphics
# LIbrary; this won't work on non-SGI platforms