diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | aa3d22afbfb6d3e771f5049e6763573365068c24 (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /cad/ng-spice/Makefile | |
parent | 6541169ba40bc080ed4572a10b25cb784ed014c9 (diff) | |
download | pkgsrc-aa3d22afbfb6d3e771f5049e6763573365068c24.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'cad/ng-spice/Makefile')
-rw-r--r-- | cad/ng-spice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile index 46b896a900e..8b9612047c7 100644 --- a/cad/ng-spice/Makefile +++ b/cad/ng-spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/03/05 16:27:23 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2006/03/30 03:44:41 jlam Exp $ # DISTNAME= ng-spice-rework-17 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --with-readline LIBS+= ${BUILDLINK_LDADD.getopt} -INFO_FILES= ngspice.info +INFO_FILES= # PLIST TEXINFO_REQD= 4.6 .include "../../devel/libgetopt/buildlink3.mk" |