svn commit: r367181 - head/archivers/lha-ac

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 3 09:44:00 UTC 2014


Author: bapt
Date: Wed Sep  3 09:43:59 2014
New Revision: 367181
URL: http://svnweb.freebsd.org/changeset/ports/367181
QAT: https://qat.redports.org/buildarchive/r367181/

Log:
  Fix manpage handling

Modified:
  head/archivers/lha-ac/Makefile

Modified: head/archivers/lha-ac/Makefile
==============================================================================
--- head/archivers/lha-ac/Makefile	Wed Sep  3 09:41:01 2014	(r367180)
+++ head/archivers/lha-ac/Makefile	Wed Sep  3 09:43:59 2014	(r367181)
@@ -17,9 +17,7 @@ RESTRICTED=	No redistribution allowed
 
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/lha-ac
-MANLANG=	ja
-MAN1_JA=	lha-ac.1
-PLIST_FILES+=	${__MANPAGES}
+PLIST_FILES+=	man/ja/man1/lha-ac.1.gz
 
 OPTIONS_DEFINE=	NLS
 NLS_CONFIGURE_ON=	--enable-multibyte-filename=auto


More information about the svn-ports-head mailing list