svn commit: r322702 - head/sysutils/moreutils/files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 10 15:00:30 UTC 2013
Author: sunpoet
Date: Wed Jul 10 15:00:29 2013
New Revision: 322702
URL: http://svnweb.freebsd.org/changeset/ports/322702
Log:
- Fix build on 10-CURRENT
Reported by: bdrewery
Modified:
head/sysutils/moreutils/files/patch-Makefile
Modified: head/sysutils/moreutils/files/patch-Makefile
==============================================================================
--- head/sysutils/moreutils/files/patch-Makefile Wed Jul 10 14:54:21 2013 (r322701)
+++ head/sysutils/moreutils/files/patch-Makefile Wed Jul 10 15:00:29 2013 (r322702)
@@ -76,5 +76,5 @@
- pod2man --center=" " --release="moreutils" $< > $@;
+mans: ${PERLSCRIPTS}
+.for i in ${PERLSCRIPTS}
-+ pod2man --center=" " --release="moreutils" ${i} > ${i:S@$@.1$@};
++ pod2man --center=" " --release="moreutils" ${i} > ${i}.1
+.endfor
More information about the svn-ports-head
mailing list