summaryrefslogtreecommitdiff
path: root/audio/id3ren
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2005-01-21 14:29:46 +0000
committerPeter Pentchev <roam@FreeBSD.org>2005-01-21 14:29:46 +0000
commit6e19ba87a97025c2ecd2a537b4bdda37e476b818 (patch)
tree8c377b256c9abe665b33472c6174d9d0df82dbe7 /audio/id3ren
parentAdd CVE names for konversation bugs. (diff)
Use BSD_INSTALL_DATA instead of BSD_INSTALL_PROGRAM to install a manual
page. This unbreaks the install on sparc64 at least, probably elsewhere too. Prodded by: dosirak via kris
Notes
Notes: svn path=/head/; revision=127009
Diffstat (limited to 'audio/id3ren')
-rw-r--r--audio/id3ren/files/patch-man::Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/id3ren/files/patch-man::Makefile b/audio/id3ren/files/patch-man::Makefile
index bb347724c046..d004277400af 100644
--- a/audio/id3ren/files/patch-man::Makefile
+++ b/audio/id3ren/files/patch-man::Makefile
@@ -5,7 +5,7 @@
-INSTALL = install -m 755
-INSTALL_DIR = /usr/man/man1
+RM ?= rm -f
-+INSTALL = ${BSD_INSTALL_PROGRAM}
++INSTALL = ${BSD_INSTALL_DATA}
+INSTALL_DIR = ${PREFIX}/man/man1
INSTALL_NAME = id3ren.1.gz