diff options
Diffstat (limited to 'x11/xscreensaver/Makefile.common')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index c6060fd77a3..1a4256ac911 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2001/04/14 21:21:25 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.16 2001/05/18 12:54:06 abs Exp $ # DISTNAME= xscreensaver-3.28 @@ -32,6 +32,7 @@ CONFIGURE_ENV+= ac_cv_x_app_defaults="${X11PREFIX}/lib/X11/app-defaults" CONFIGURE_ENV+= PERL="${PERL}" ac_cv_perl_version="${PERL_VERSION}" MAKE_ENV+= KDEDIR=${X11PREFIX} +DISTINFO_FILE= ${.CURDIR}/../../x11/xscreensaver/distinfo FILESDIR= ${.CURDIR}/../../x11/xscreensaver/files PATCHDIR= ${.CURDIR}/../../x11/xscreensaver/patches PKGDIR= ${.CURDIR}/../../x11/xscreensaver/pkg |