summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib
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/mpeg-lib
parentMAINTAINER goes in a section of its own. :) Also fix comment (2.8 -> (diff)
add "-c" to install
Notes
Notes: svn path=/head/; revision=1416
Diffstat (limited to 'graphics/mpeg-lib')
-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