diff options
author | fredb <fredb> | 2000-06-02 20:12:11 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-06-02 20:12:11 +0000 |
commit | 9bf74fe4de1bb10d819a428f220474da313d4316 (patch) | |
tree | 8a3eeeb08f2620f0599b2d1fd1ebf279dfcc965b /x11 | |
parent | dcddfd38e59330773c23bc67413bc58ac83d02c9 (diff) | |
download | pkgsrc-9bf74fe4de1bb10d819a428f220474da313d4316.tar.gz |
Restore full path for INSTALL; remove USE_MOTIF, as we're only installing
the gtk+ version anyway; add xflame(1) man page to PLIST.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/Makefile | 5 | ||||
-rw-r--r-- | x11/xscreensaver/pkg/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 63d6ed3d0a0..0b0560f1a9d 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2000/06/02 19:45:00 fredb Exp $ +# $NetBSD: Makefile,v 1.43 2000/06/02 20:12:11 fredb Exp $ # DISTNAME= xscreensaver-3.24 @@ -16,10 +16,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-shadow CONFIGURE_ARGS+=--enable-subdir=${PREFIX}/libexec/xscreensaver CONFIGURE_ARGS+=--with-zippy=/usr/games/fortune -CONFIGURE_ENV+= INSTALL=${INSTALL} +CONFIGURE_ENV+= INSTALL=/usr/bin/install USE_X11BASE= yes -USE_MOTIF= yes USE_PERL5= yes USE_XAW= yes diff --git a/x11/xscreensaver/pkg/PLIST b/x11/xscreensaver/pkg/PLIST index b3ae7b7221f..0b23b8012f0 100644 --- a/x11/xscreensaver/pkg/PLIST +++ b/x11/xscreensaver/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2000/02/01 02:00:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.20 2000/06/02 20:12:13 fredb Exp $ bin/xscreensaver bin/xscreensaver-command bin/xscreensaver-demo @@ -173,6 +173,7 @@ man/man1/t3d.1 man/man1/vidwhacker.1 man/man1/vines.1 man/man1/webcollage.1 +man/man1/xflame.1 man/man1/xjack.1 man/man1/xlyap.1 man/man1/xmatrix.1 |