diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-10-02 10:58:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-10-02 10:58:17 +0000 |
commit | 0b0ddd81f84caa9bb75e5cb8d052eed77d262523 (patch) | |
tree | 4fe01cc7dc80322b87fd49793f3bb57f1afc63ab /misc/getopt | |
parent | 922e1e6b2e08f238677478863842ecf69e2c2ddc (diff) | |
download | ports-0b0ddd81f84caa9bb75e5cb8d052eed77d262523.tar.gz ports-0b0ddd81f84caa9bb75e5cb8d052eed77d262523.zip |
Notes
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 6f90bba651e2..7c444c873bbb 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -27,7 +27,7 @@ NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl NLS_USES= gettext post-patch: - @${RM} ${WKRSRC}/gnu/*.o + @${RM} ${WRKSRC}/gnu/*.o post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ |