diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 19:17:17 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 19:17:17 +0000 |
commit | 6dbf26945b5335b211089983f8651e3a04819111 (patch) | |
tree | 8d7d27a4035b18d1695ca589f7ab30421ef77385 | |
parent | 25063b45c5cb8e5b3c12f442d27a7d307d6ec4d1 (diff) | |
download | freebsd-ports-6dbf26945b5335b211089983f8651e3a04819111.zip |
Also add an empty "STRIP=" statement so that this package can be build.
-rw-r--r-- | games/xboard/Makefile | 3 |
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> |