diff options
author | asami <asami@FreeBSD.org> | 1996-11-16 18:49:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-16 18:49:57 +0800 |
commit | 9ef6c07f3b9f681832b24de0bb945b1de668e2ac (patch) | |
tree | 889f0b09840d159740a4944321de1f493710c0c9 /x11-toolkits/xview | |
parent | 4abf33e4ce2494e1e477752fafca7efbb37d2bd7 (diff) | |
download | freebsd-ports-gnome-9ef6c07f3b9f681832b24de0bb945b1de668e2ac.tar.gz freebsd-ports-gnome-9ef6c07f3b9f681832b24de0bb945b1de668e2ac.tar.zst freebsd-ports-gnome-9ef6c07f3b9f681832b24de0bb945b1de668e2ac.zip |
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
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 |