diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-10-01 20:16:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-10-01 20:16:16 +0000 |
commit | 0b26e86fcf2b1152f035aa8b258b8744993a9695 (patch) | |
tree | 0cbee5049f96d978fbfe6a366d3f6bc82dd24dcb /misc/getopt | |
parent | 484b6b1a646b6f023f2c13cb2f7a407e159c6638 (diff) | |
download | ports-0b26e86fcf2b1152f035aa8b258b8744993a9695.tar.gz ports-0b26e86fcf2b1152f035aa8b258b8744993a9695.zip |
Notes
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 8aa242b1abc4..6f90bba651e2 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} ${WKRSRC}/gnu/*.o + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ |