summaryrefslogtreecommitdiff
path: root/audio/xmcd
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-13 07:58:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-13 07:58:02 +0000
commita812364b498d7ef864dfd7548915fdfd800d1d22 (patch)
tree744bcd0a5b34f0ad66b75dca598c77dafce1e474 /audio/xmcd
parentRe-enable this port after removing setuid privileges and limiting access (diff)
Do not gratuitously change manpage directory ownerships.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=31596
Diffstat (limited to 'audio/xmcd')
-rw-r--r--audio/xmcd/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-ag b/audio/xmcd/files/patch-ag
new file mode 100644
index 000000000000..2768e3932083
--- /dev/null
+++ b/audio/xmcd/files/patch-ag
@@ -0,0 +1,11 @@
+--- ./install.sh.org Fri Feb 4 23:26:20 2000
++++ ./install.sh Sun Aug 13 00:00:45 2000
+@@ -1065,7 +1065,7 @@
+ $ECHO "\t$XMCDLIB/discog"
+ fi
+
+-if [ -n "$MANDIR" ]
++if [ -n "$MANDIR" -a ! -d "$MANDIR" ]
+ then
+ make_dir $MANDIR $DIRPERM $OWNER $GROUP
+ fi