diff options
author | ats <ats@FreeBSD.org> | 1995-02-14 03:17:17 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-14 03:17:17 +0800 |
commit | 7159124b03caec89a888bdceeab2ba56c63932d2 (patch) | |
tree | f755d09b4c1a5ff0fd2c5561c867d927f3569711 /games | |
parent | 7f14aeb6925b9522d434c1610655c1c02694a3eb (diff) | |
download | freebsd-ports-gnome-7159124b03caec89a888bdceeab2ba56c63932d2.tar.gz freebsd-ports-gnome-7159124b03caec89a888bdceeab2ba56c63932d2.tar.zst freebsd-ports-gnome-7159124b03caec89a888bdceeab2ba56c63932d2.zip |
Also add an empty "STRIP=" statement so that this package can be build.
Diffstat (limited to 'games')
-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> |