aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/osgedit/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-07-31 18:50:35 +0800
committerkris <kris@FreeBSD.org>2003-07-31 18:50:35 +0800
commitdcd875e6d23ee2e9cf80190618e8c61165c8b6d0 (patch)
tree1b121c764d2de27d52cb3b87c655646fe106d957 /graphics/osgedit/Makefile
parent84c9b29b2c51fde278c4644477b0663822bdcf24 (diff)
downloadfreebsd-ports-gnome-dcd875e6d23ee2e9cf80190618e8c61165c8b6d0.tar.gz
freebsd-ports-gnome-dcd875e6d23ee2e9cf80190618e8c61165c8b6d0.tar.zst
freebsd-ports-gnome-dcd875e6d23ee2e9cf80190618e8c61165c8b6d0.zip
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.
Diffstat (limited to 'graphics/osgedit/Makefile')
-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>