diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
commit | a4cbc72f584185583e33b49017522a326a053ef4 (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/pspp | |
parent | ab9e528a14707beb99c9d6a4c2e72fdae33dab0c (diff) | |
download | pkgsrc-a4cbc72f584185583e33b49017522a326a053ef4.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 9 | ||||
-rw-r--r-- | math/pspp/PLIST | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index e371c4774fa..ae9d42b46c1 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/04 21:30:08 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/05 23:01:16 jlam Exp $ # DISTNAME= pspp-0.3.0 @@ -19,18 +19,17 @@ COMMENT= Program for statistical analysis of sampled data BUILD_USES_MSGFMT= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -Dunix=1 +GNU_CONFIGURE= yes +CPPFLAGS+= -Dunix=1 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -INFO_FILES= pspp.info - PKG_SYSCONFSUBDIR= pspp EGDIR= ${PREFIX}/share/examples/pspp CONF_FILES= ${EGDIR}/devices ${PKG_SYSCONFDIR}/devices CONF_FILES+= ${EGDIR}/html-prologue ${PKG_SYSCONFDIR}/html-prologue CONF_FILES+= ${EGDIR}/papersize ${PKG_SYSCONFDIR}/papersize CONF_FILES+= ${EGDIR}/ps-prologue ${PKG_SYSCONFDIR}/ps-prologue +INFO_FILES= # PLIST .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" diff --git a/math/pspp/PLIST b/math/pspp/PLIST index bf0352266e4..11a905127e7 100644 --- a/math/pspp/PLIST +++ b/math/pspp/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2004/03/08 19:46:56 seb Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/05 23:01:16 jlam Exp $ bin/pspp +info/pspp.info share/doc/pspp/NEWS share/doc/pspp/README share/doc/pspp/TODO |