aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-06-28 06:53:45 +0800
committerjylefort <jylefort@FreeBSD.org>2005-06-28 06:53:45 +0800
commit3baabd14e63de709957f8f8e0b58ddf2bb2528c4 (patch)
treef936692d1d20c982c16114ae82d1e14f01b00140
parent6913e21a00bcae2a28a2038214d78cb041b5352f (diff)
downloadfreebsd-ports-gnome-3baabd14e63de709957f8f8e0b58ddf2bb2528c4.tar.gz
freebsd-ports-gnome-3baabd14e63de709957f8f8e0b58ddf2bb2528c4.tar.zst
freebsd-ports-gnome-3baabd14e63de709957f8f8e0b58ddf2bb2528c4.zip
Do not create useless directories (unbreaks the port).
PR: ports/82676 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r--games/senken/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/senken/Makefile b/games/senken/Makefile
index 5250ff86531f..8ae7b75b8a4b 100644
--- a/games/senken/Makefile
+++ b/games/senken/Makefile
@@ -13,8 +13,6 @@ MASTER_SITES= http://www.contrib.andrew.cmu.edu/~tmartin/senken/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A city simulation game
-BROKEN= Incomplete pkg-plist
-
USE_GNOME= gnometarget gtk20
USE_SDL= image sdl
USE_REINPLACE= yes
@@ -23,5 +21,6 @@ GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-I/usr/X11R6/include||g ; \
s|-L/usr/X11R6/lib||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/install-sh -d/d' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>