aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-19 00:26:40 +0800
committergahr <gahr@FreeBSD.org>2014-02-19 00:26:40 +0800
commit699a2eef03ed1cad38f099a7eeba41d5809fd396 (patch)
tree8b94ce26b40a675b2eeae17824decfaa95f42e2f /devel
parent4bd7e36555c7179530b58fc1d88aee29c4fffbad (diff)
downloadfreebsd-ports-gnome-699a2eef03ed1cad38f099a7eeba41d5809fd396.tar.gz
freebsd-ports-gnome-699a2eef03ed1cad38f099a7eeba41d5809fd396.tar.zst
freebsd-ports-gnome-699a2eef03ed1cad38f099a7eeba41d5809fd396.zip
- STAGE-clean
Diffstat (limited to 'devel')
-rw-r--r--devel/tcl-mmap/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/tcl-mmap/Makefile b/devel/tcl-mmap/Makefile
index c2ce65cf7cc3..4eac40532439 100644
--- a/devel/tcl-mmap/Makefile
+++ b/devel/tcl-mmap/Makefile
@@ -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>