diff options
author | asami <asami@FreeBSD.org> | 1995-01-28 04:08:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-01-28 04:08:23 +0000 |
commit | b227612c2e403eebbd5760b9d546653670475c14 (patch) | |
tree | ddf1a5b77397e0140afdb844c09f686556d6cc20 /x11-toolkits | |
parent | 7f5e906393eaff774b6861491c91eebc1ccff4c8 (diff) | |
download | FreeBSD-ports-b227612c2e403eebbd5760b9d546653670475c14.zip FreeBSD-ports-b227612c2e403eebbd5760b9d546653670475c14.tar.gz |
Minor cleanup.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-descr | 6 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 42f2d54..9b8ae6b 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -3,15 +3,12 @@ # Date created: 18 November 1994 # Whom: asami # -# $id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ +# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ # DISTNAME= Xaw3d-1.0 USE_IMAKE= yes MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/ -EXTRACT_SUFX= .tar.gz -PREFIX= /usr/X11R6 -PKG_CMD= pkg_create -N WRKSRC= ${WRKDIR}/lib/Xaw3d .include <bsd.port.mk> diff --git a/x11-toolkits/Xaw3d/pkg-descr b/x11-toolkits/Xaw3d/pkg-descr index 48b65cf..dd60d11 100644 --- a/x11-toolkits/Xaw3d/pkg-descr +++ b/x11-toolkits/Xaw3d/pkg-descr @@ -1,2 +1,8 @@ Xaw3d is a Xaw (Athena Widget Set) replacement that looks three-dimensional. The author is Kalib Keithley (kaleb@x.org). + +Added is a patch by me (Satoshi) to make the arrow scrollbar look real +bumpy. + +Satoshi +asami@freebsd.org diff --git a/x11-toolkits/Xaw3d/pkg-plist b/x11-toolkits/Xaw3d/pkg-plist index 02c2c21..df87167 100644 --- a/x11-toolkits/Xaw3d/pkg-plist +++ b/x11-toolkits/Xaw3d/pkg-plist @@ -1,5 +1,5 @@ @cwd /usr/X11R6 -@mode 755 +@mode 644 lib/libXaw3d.a lib/libXaw3d.so.6.0 include/X11/Xaw3d |