svn commit: r345159 - head/x11-toolkits/open-motif
Antoine Brodin
antoine at FreeBSD.org
Wed Feb 19 22:13:33 UTC 2014
Author: antoine
Date: Wed Feb 19 22:13:32 2014
New Revision: 345159
URL: http://svnweb.freebsd.org/changeset/ports/345159
QAT: https://qat.redports.org/buildarchive/r345159/
Log:
Remove more cruft (patching Makefile.in when automake is used)
Modified:
head/x11-toolkits/open-motif/Makefile
Modified: head/x11-toolkits/open-motif/Makefile
==============================================================================
--- head/x11-toolkits/open-motif/Makefile Wed Feb 19 22:12:52 2014 (r345158)
+++ head/x11-toolkits/open-motif/Makefile Wed Feb 19 22:13:32 2014 (r345159)
@@ -31,8 +31,6 @@ MAKE_ENV= LANG=C
CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include
USE_CSTD= gnu89
-DEMOS_SRC= ${WRKSRC}/demos/programs
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
@@ -42,8 +40,6 @@ CONFIGURE_ARGS+= --with-pic
.endif
post-patch:
- @${FIND} ${DEMOS_SRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|^install-data-am: |install-data-am: # |g'
# fix sections
@${FIND} ${WRKSRC}/doc/man/man1 -name '*.1' -maxdepth 1 | \
${XARGS} ${REINPLACE_CMD} -e 's|user cmd|1|'
More information about the svn-ports-all
mailing list