Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 16:44:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337551 - head/archivers/unzip
Message-ID:  <201312261644.rBQGi5ms072452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 26 16:44:05 2013
New Revision: 337551
URL: http://svnweb.freebsd.org/changeset/ports/337551

Log:
  Rename MAN1 to MANPAGES to avoid triggering the sanity check

Modified:
  head/archivers/unzip/Makefile

Modified: head/archivers/unzip/Makefile
==============================================================================
--- head/archivers/unzip/Makefile	Thu Dec 26 16:34:35 2013	(r337550)
+++ head/archivers/unzip/Makefile	Thu Dec 26 16:44:05 2013	(r337551)
@@ -29,7 +29,7 @@ UNZIP_NAME=	unzip
 .endif
 PLIST_FILES=	bin/${UNZIP_NAME} bin/funzip bin/unzipsfx bin/zipgrep bin/zipinfo
 PORTDOCS=	README WHERE
-MAN1=		${UNZIP_NAME}.1 funzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
+MANPAGES=		${UNZIP_NAME}.1 funzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
 
 LOCAL_UNZIP=	${CFLAGS} -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR \
 		-DUNICODE_SUPPORT -DUTF8_MAYBE_NATIVE -D_MBCS \
@@ -68,7 +68,7 @@ ALL_TARGET=	freebsd
 ALL_TARGET=	bsd
 .endif
 
-.for m in ${MAN1}
+.for m in ${MANPAGES}
 PLIST_FILES+=	man/man1/${m}.gz
 .endfor
 
@@ -96,7 +96,7 @@ do-install:
 	${LN} -sf ${UNZIP_NAME} ${STAGEDIR}${PREFIX}/bin/zipinfo
 	${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/man/unzip.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${UNZIP_NAME}.1
-.for f in ${MAN1:Nunzip.1:Ninfo-unzip.1}
+.for f in ${MANPAGES:Nunzip.1:Ninfo-unzip.1}
 	${INSTALL_MAN} ${WRKSRC}/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1
 .endfor
 .if ${PORT_OPTIONS:MDOCS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261644.rBQGi5ms072452>