diff options
-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 |