diff options
author | tv <tv@pkgsrc.org> | 2005-11-01 19:38:43 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-01 19:38:43 +0000 |
commit | b6d0fb81cafb6d8821a25dc6300de2fd56775951 (patch) | |
tree | 7d7d98f187cb1e32d9885254e637b023a8bc1fa7 /math/admesh | |
parent | d426ac8504ef00ced5a3406da6da73f7aadfae3a (diff) | |
download | pkgsrc-b6d0fb81cafb6d8821a25dc6300de2fd56775951.tar.gz |
CONFIGURE_HAS_MANDIR=no
Diffstat (limited to 'math/admesh')
-rw-r--r-- | math/admesh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/admesh/Makefile b/math/admesh/Makefile index 771ea5f6570..d5ef6633456 100644 --- a/math/admesh/Makefile +++ b/math/admesh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:19 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/01 19:38:43 tv Exp $ DISTNAME= admesh-0.95 CATEGORIES= math @@ -9,6 +9,7 @@ HOMEPAGE= http://www.varlog.com/products/admesh/ COMMENT= Program for processing triangulated solid meshes GNU_CONFIGURE= yes +CONFIGURE_HAS_MANDIR= no INSTALLATION_DIRS= bin do-install: |