diff options
-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}/ |