aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-09 08:13:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-09 08:13:18 +0000
commit8b64e9cfaca5f927d9046712afa7e2e1dc7f08fe (patch)
tree270903172358112e9108c5d8410ca3c7aad87c07
parent096463aa25ce1c1daf17eced86c244b6a26accbb (diff)
downloadports-8b64e9cfaca5f927d9046712afa7e2e1dc7f08fe.tar.gz
ports-8b64e9cfaca5f927d9046712afa7e2e1dc7f08fe.zip
MFH r369809
- Fix typo MFH r369764 - Cleanup *.o from tarball PR: ports/194074 Submitted by: Vikash Badal <vikashb@where-ever.za.net>
Notes
Notes: svn path=/branches/2014Q4/; revision=370508
-rw-r--r--misc/getopt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index 8aa242b1abc4..7c444c873bbb 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -26,6 +26,9 @@ NLS_MAKE_ARGS_OFF= WITHOUT_GETTEXT=1
NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
NLS_USES= gettext
+post-patch:
+ @${RM} ${WRKSRC}/gnu/*.o
+
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/