svn commit: r344923 - head/devel/tcl-mmap

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 18 16:26:41 UTC 2014


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>


More information about the svn-ports-all mailing list