summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-25 04:48:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-25 04:48:02 +0000
commitd5bd88729e076789d328610f69b46fa9297aefda (patch)
treef23533437d7f181947217bbee42cadca85374a02 /x11-toolkits/xview
parentNo ldconfig's from ports, please.... :< (diff)
Make the xview-* trilogy compile. I haven't tested them, but all
the patches applied without hitch so I assume they should work. (ljo's too busy to take a look now, so I went ahead and fixed them....)
Notes
Notes: svn path=/head/; revision=1533
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r--x11-toolkits/xview/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile
index 56597c771799..b41372768207 100644
--- a/x11-toolkits/xview/Makefile
+++ b/x11-toolkits/xview/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: ljo
#
-# $Id$
+# $Id: Makefile,v 1.5 1995/04/12 15:22:43 asami Exp $
#
DISTNAME= xview-config
@@ -12,9 +12,12 @@ CATEGORIES+= x11
MASTER_SITES= ftp://ftp.x.org/contrib/libraries/
DISTFILES= xview3.2p1-X11R6.tar.gz
-WRKSRC= work/xview3.2p1-X11R6/config
+WRKSRC= ${WRKDIR}/xview3.2p1-X11R6/config
USE_IMAKE= yes
-build:
+post-extract:
+ @chmod -R go+rX ${WRKDIR}
+
+do-build:
.include <bsd.port.mk>