summaryrefslogtreecommitdiff
path: root/audio/cdplay/files
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 06:07:08 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 06:07:08 +0000
commite4be841dabcd2de90cb5a3b0fe66829ccdbb4fd4 (patch)
treef6dd216a890d7637f3269249771826f65722fe0a /audio/cdplay/files
parentUse MAN1. Split-up monolithic patch-aa. Make reinstall: work. (diff)
Use the MAN1 variable. Add the other half of patch-aa that causes
this port to respect BINOWN and MANOWN.
Notes
Notes: svn path=/head/; revision=12714
Diffstat (limited to 'audio/cdplay/files')
-rw-r--r--audio/cdplay/files/patch-aa14
1 files changed, 11 insertions, 3 deletions
diff --git a/audio/cdplay/files/patch-aa b/audio/cdplay/files/patch-aa
index 31decc602877..ef23507527c2 100644
--- a/audio/cdplay/files/patch-aa
+++ b/audio/cdplay/files/patch-aa
@@ -1,6 +1,5 @@
-diff -ur ../cdplay-0.92.orig/Makefile ./Makefile
---- ../cdplay-0.92.orig/Makefile Fri Nov 7 19:32:07 1997
-+++ ./Makefile Sat Jun 27 00:36:45 1998
+--- Makefile.orig Fri Nov 7 16:32:07 1997
++++ Makefile Fri Aug 21 22:57:43 1998
@@ -26,11 +26,11 @@
BIN=cdplay
CDDEVICE=\"/dev/rcd0c\"
@@ -16,3 +15,12 @@ diff -ur ../cdplay-0.92.orig/Makefile ./Makefile
all: main term cd sound link
+@@ -56,6 +56,6 @@
+ @rm cdplay
+ install:
+ @echo Installing binary
+- @install -c -o root -g wheel -m 755 cdplay $(BINPATH)
++ @$(BSD_INSTALL_PROGRAM) cdplay $(BINPATH)
+ @echo Installing manpage
+- @install -c -o root -g wheel -m 755 cdplay.1.gz $(MANPATH)
++ @$(BSD_INSTALL_MAN) cdplay.1 $(MANPATH)