diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-20 16:14:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-20 16:14:38 +0000 |
commit | 5abab897c9503b5d3bbf5fe27cb4cb8baf036265 (patch) | |
tree | 36dec28646a7aa5d1be40e0048b681416ed7e6fe /math/pspp | |
parent | c89fe925d59f1cd8f120f4cbd7abb8fb28a4d74f (diff) | |
download | pkgsrc-5abab897c9503b5d3bbf5fe27cb4cb8baf036265.tar.gz |
pkglint cleanup
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index f1453451b57..3a062daee8d 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2011/11/01 06:11:55 sbd Exp $ +# $NetBSD: Makefile,v 1.51 2011/12/20 16:14:38 wiz Exp $ # DISTNAME= pspp-0.6.2 @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} PKG_SYSCONFSUBDIR= pspp EGDIR= ${PREFIX}/share/examples/pspp CONF_FILES= ${EGDIR}/devices ${PKG_SYSCONFDIR}/devices -INFO_FILES= # PLIST +INFO_FILES= YES TEST_TARGET= check |