diff options
author | adamw <adamw@FreeBSD.org> | 2014-03-30 02:12:30 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-03-30 02:12:30 +0800 |
commit | ccd39765543ce44614fed9daaa52edd7c314c459 (patch) | |
tree | 759b65bd9e93c5c84460b90d2ee4cb09bba85778 /news | |
parent | 2acb1d381a03d57b30d303fbea18aeef34c5e45a (diff) | |
download | freebsd-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')
-rw-r--r-- | news/nntpcache/Makefile | 2 | ||||
-rw-r--r-- | news/nntpcache/files/patch-src_Makefile.in | 11 | ||||
-rw-r--r-- | news/nntpcache/pkg-plist | 1 |
3 files changed, 13 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 7db8b1f12ddd..5a55b7ef196b 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -3,7 +3,7 @@ PORTNAME= nntpcache PORTVERSION= 3.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= news MASTER_SITES= http://www.xs4all.nl/~suelette/ 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 $< diff --git a/news/nntpcache/pkg-plist b/news/nntpcache/pkg-plist index 3ac68cdd8199..1a55d1c0cd48 100644 --- a/news/nntpcache/pkg-plist +++ b/news/nntpcache/pkg-plist @@ -33,6 +33,7 @@ bin/mmap_tests include/mmap_results.h libexec/nntpcache-gdb.sh libexec/nntpcache.gdb +libexec/nntpcached.debug libexec/unixauth man/man8/newshound.8.gz man/man8/nntpcached.8.gz |