aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntpcache/files
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-03-30 02:12:30 +0800
committeradamw <adamw@FreeBSD.org>2014-03-30 02:12:30 +0800
commitccd39765543ce44614fed9daaa52edd7c314c459 (patch)
tree759b65bd9e93c5c84460b90d2ee4cb09bba85778 /news/nntpcache/files
parent2acb1d381a03d57b30d303fbea18aeef34c5e45a (diff)
downloadfreebsd-ports-gnome-ccd39765543ce44614fed9daaa52edd7c314c459.tar.gz
freebsd-ports-gnome-ccd39765543ce44614fed9daaa52edd7c314c459.tar.zst
freebsd-ports-gnome-ccd39765543ce44614fed9daaa52edd7c314c459.zip
Missed a direct access of $PREFIX
Diffstat (limited to 'news/nntpcache/files')
-rw-r--r--news/nntpcache/files/patch-src_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/nntpcache/files/patch-src_Makefile.in b/news/nntpcache/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..4f890d74b376
--- /dev/null
+++ b/news/nntpcache/files/patch-src_Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2014-03-29 14:09:54.000000000 -0400
++++ src/Makefile.in 2014-03-29 14:10:16.000000000 -0400
+@@ -454,7 +454,7 @@
+
+
+ install-exec-hook:
+- cp nntpcached $(libexecdir)/nntpcached.debug && chmod a+x $(libexecdir)/nntpcached.debug
++ cp nntpcached $(DESTDIR)$(libexecdir)/nntpcached.debug && chmod a+x $(DESTDIR)$(libexecdir)/nntpcached.debug
+
+ nnconf.c nnconf.h : ../cf/nnconf.cf
+ $(top_srcdir)/confused/confused $<