diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 10:49:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 10:49:57 +0000 |
commit | cdc7a3c58be30a01ae35e556a3ee172fbca62d44 (patch) | |
tree | 9e40e7f63f5a0055947ecb199c5896bd3a386609 /x11-toolkits/xview | |
parent | Finish what the previous revision intended to do, i.e., copy Wraphelp.c (diff) |
Makefile cleanup. Plus:
xview-clients/Makefile: replace NO_EXTRACT with an empty do-extract:
target, otherwise DEPENDS won't work
xview-lib/Makefile: add comment explaining above, use full pathname
for ldconfig
xview-config/Makefile: use MASTER_SITE_XCONTRIB
Notes
Notes:
svn path=/head/; revision=4514
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index b41372768207..47eb959feae3 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -3,13 +3,13 @@ # Date created: 22 November 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/12 15:22:43 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/25 04:48:02 asami Exp $ # -DISTNAME= xview-config -PKGNAME= xview-config-3.2.1 -CATEGORIES+= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/libraries/ +DISTNAME= xview-config-3.2.1 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= libraries DISTFILES= xview3.2p1-X11R6.tar.gz WRKSRC= ${WRKDIR}/xview3.2p1-X11R6/config |