summaryrefslogtreecommitdiff
path: root/games/xboard
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-13 19:17:17 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-13 19:17:17 +0000
commit6dbf26945b5335b211089983f8651e3a04819111 (patch)
tree8d7d27a4035b18d1695ca589f7ab30421ef77385 /games/xboard
parentAdd an empty STRIP= line to the toplevel Makefile to get all shell-scripts (diff)
Also add an empty "STRIP=" statement so that this package can be build.
Notes
Notes: svn path=/head/; revision=970
Diffstat (limited to 'games/xboard')
-rw-r--r--games/xboard/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index 7e4cd8e5dfad..94e14bcc0ca8 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -3,12 +3,13 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $
+# $Id: Makefile,v 1.1.1.1 1995/01/03 00:44:29 swallace Exp $
#
DISTNAME= xboard-3.2.pl0
MASTER_SITES= ftp://ftp.x.org/contrib/games/
HAS_CONFIGURE= yes
+STRIP=
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>