diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /multimedia/mpeg_stat/files/patch-aa | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'multimedia/mpeg_stat/files/patch-aa')
-rw-r--r-- | multimedia/mpeg_stat/files/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/mpeg_stat/files/patch-aa b/multimedia/mpeg_stat/files/patch-aa deleted file mode 100644 index 845072865023..000000000000 --- a/multimedia/mpeg_stat/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile~ Fri Aug 2 11:59:50 1996 -+++ Makefile Fri Aug 2 12:02:45 1996 -@@ -40,6 +40,12 @@ - all: $(PROGRAM) - strip $(PROGRAM) - -+install: -+ install -cs ${PROGRAM} ${PREFIX}/bin -+ install -c block2spec ${PREFIX}/bin -+ install -c -m 644 mpeg_stat.1 ${PREFIX}/man/man1 -+ gzip -9nf ${PREFIX}/man/man1/mpeg_stat.1 -+ - $(PROGRAM): $(OBJS) - $(LD) -g $(OBJS) $(LIBS) -lm -o $(PROGRAM) - |