Date: Tue, 18 Feb 2014 16:26:40 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344923 - head/devel/tcl-mmap Message-ID: <201402181626.s1IGQeWe034994@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Feb 18 16:26:40 2014 New Revision: 344923 URL: http://svnweb.freebsd.org/changeset/ports/344923 QAT: https://qat.redports.org/buildarchive/r344923/ Log: - STAGE-clean Modified: head/devel/tcl-mmap/Makefile Modified: head/devel/tcl-mmap/Makefile ============================================================================== --- head/devel/tcl-mmap/Makefile Tue Feb 18 16:25:24 2014 (r344922) +++ head/devel/tcl-mmap/Makefile Tue Feb 18 16:26:40 2014 (r344923) @@ -19,9 +19,8 @@ CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} PLIST_DIRS= lib/mmap${PORTVERSION} PLIST_FILES= lib/mmap${PORTVERSION}/pkgIndex.tcl \ - lib/mmap${PORTVERSION}/libmmap${PORTVERSION}.so - -MANN= tcl-mmap.n + lib/mmap${PORTVERSION}/libmmap${PORTVERSION}.so \ + man/mann/tcl-mmap.n.gz regression-test: build cd ${WRKSRC}/tests; \ @@ -30,5 +29,4 @@ regression-test: build echo "load ../libmmap${PORTVERSION}.so; source $$t" | ${TCLSH}; \ done; -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181626.s1IGQeWe034994>