svn commit: r345450 - head/japanese/jls

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 14:00:28 UTC 2014


Author: miwi
Date: Fri Feb 21 14:00:28 2014
New Revision: 345450
URL: http://svnweb.freebsd.org/changeset/ports/345450
QAT: https://qat.redports.org/buildarchive/r345450/

Log:
  - Stage support

Modified:
  head/japanese/jls/Makefile

Modified: head/japanese/jls/Makefile
==============================================================================
--- head/japanese/jls/Makefile	Fri Feb 21 14:00:00 2014	(r345449)
+++ head/japanese/jls/Makefile	Fri Feb 21 14:00:28 2014	(r345450)
@@ -16,13 +16,11 @@ COMMENT=	Japanized ls
 
 CONFLICTS=	sleuthkit-[0-9]*
 
-MAN1=		jls.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/jls
+PLIST_FILES=	bin/jls \
+		man/man1/jls.1.gz
 
 WRKSRC=	${WRKDIR}/ls
 
-NO_STAGE=	yes
 pre-patch:
 	cd ${WRKSRC}; ${MV} ls.1 jls.1
 


More information about the svn-ports-all mailing list