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 | |
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
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/xview/Makefile | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index 5ab1e5ae4064..ca6a48456b24 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: ljo # -# $Id: Makefile,v 1.9 1995/05/19 10:39:58 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/15 16:12:19 erich Exp $ # DISTNAME= xview-clients @@ -11,13 +11,13 @@ PKGNAME= xview-clients-3.2.1 CATEGORIES= x11 DEPENDS= ${PORTSDIR}/x11/xview-lib -WRKSRC= ${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6/clients +WRKSRC= ${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6/clients NO_WRKDIR= yes -NO_EXTRACT= yes USE_X11= yes do-fetch: +do-extract: # don't use NO_EXTRACT, dependency won't work post-configure: (cd $(WRKSRC)/..; $(MAKE) SUBDIRS=clients depend) 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 |