svn commit: r369617 - head/misc/help2man

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 30 15:23:20 UTC 2014


Author: sunpoet
Date: Tue Sep 30 15:23:19 2014
New Revision: 369617
URL: http://svnweb.freebsd.org/changeset/ports/369617
QAT: https://qat.redports.org/buildarchive/r369617/

Log:
  - Use PLIST_DIRS instead of deprecated PLIST_DIRSTRY

Modified:
  head/misc/help2man/Makefile

Modified: head/misc/help2man/Makefile
==============================================================================
--- head/misc/help2man/Makefile	Tue Sep 30 15:23:15 2014	(r369616)
+++ head/misc/help2man/Makefile	Tue Sep 30 15:23:19 2014	(r369617)
@@ -38,7 +38,7 @@ NLS_PLIST_FILES+=	man/${lang}/man1/help2
 			share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
 .endfor
 .for lang in ${LANGS}
-NLS_PLIST_DIRSTRY+=	man/${lang}/man1 \
+NLS_PLIST_DIRS+=	man/${lang}/man1 \
 			man/${lang}
 .endfor
 


More information about the svn-ports-head mailing list