diff options
author | edwin <edwin@FreeBSD.org> | 2014-05-13 14:40:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2014-05-13 14:40:42 +0800 |
commit | 21580e60ab671b441374fc9d0c9c06302267d3e9 (patch) | |
tree | b2bd9fd4cb8e7ebcbd747d87fddff365c7ddff94 /games | |
parent | f22aac7586c4eb94a9436ada9997461a512f836d (diff) | |
download | freebsd-ports-gnome-21580e60ab671b441374fc9d0c9c06302267d3e9.tar.gz freebsd-ports-gnome-21580e60ab671b441374fc9d0c9c06302267d3e9.tar.zst freebsd-ports-gnome-21580e60ab671b441374fc9d0c9c06302267d3e9.zip |
Fix staging
Diffstat (limited to 'games')
-rw-r--r-- | games/thevalley/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile index 14ab3248f525..e973a950eb38 100644 --- a/games/thevalley/Makefile +++ b/games/thevalley/Makefile @@ -22,7 +22,6 @@ CXXFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include PLIST_FILES= bin/valley -NO_STAGE= yes post-configure: ${REINPLACE_CMD} \ -e 's,^LIBTOOL =.*,LIBTOOL= $$(SHELL) ${LIBTOOL} --silent,' \ |