aboutsummaryrefslogtreecommitdiff
path: root/graphics/osgedit
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-31 10:50:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-31 10:50:35 +0000
commit9767a1b63d29a56abc46262f0426e4864a25a26d (patch)
tree29760c0da27c8aa3a93f8541a96e57c0cb2d3dbe /graphics/osgedit
parentca51b45f7302df39d231f87b1d25b8240dcc104d (diff)
downloadports-9767a1b63d29a56abc46262f0426e4864a25a26d.tar.gz
ports-9767a1b63d29a56abc46262f0426e4864a25a26d.zip
Notes
Diffstat (limited to 'graphics/osgedit')
-rw-r--r--graphics/osgedit/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/osgedit/Makefile b/graphics/osgedit/Makefile
index 72727d21c4af..42e94594263c 100644
--- a/graphics/osgedit/Makefile
+++ b/graphics/osgedit/Makefile
@@ -30,4 +30,11 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
+post-extract:
+# This port has bogus config.{sub,guess} symlinks that point to where these
+# files presumably live on the author's machine. It causes the automatic
+# replacement code to fail unless we replace them with files.
+ @${RM} ${WRKSRC}/config.guess ${WRKSRC}/config.sub; \
+ ${TOUCH} ${WRKSRC}/config.guess ${WRKSRC}/config.sub
+
.include <bsd.port.mk>