diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-01-28 04:08:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-01-28 04:08:23 +0000 |
commit | 3319433d29f3bad4347b3ec9c18e69c86c7faffb (patch) | |
tree | 0f81f239482724a0ec9b0a48b30ea70173b715d5 /x11-toolkits/Xaw3d/Makefile | |
parent | My patch to make arrow scrollbars look real 3-D. Already sent to (diff) |
Minor cleanup.
Diffstat (limited to 'x11-toolkits/Xaw3d/Makefile')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 42f2d54bbc15..9b8ae6bd49f3 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> |