diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 18:58:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 18:58:17 +0800 |
commit | 9e44653b44786938e50a531176710f342e231736 (patch) | |
tree | 4fe01cc7dc80322b87fd49793f3bb57f1afc63ab /misc | |
parent | f4c5474034d0d3551c2906efa3ccc6b252267268 (diff) | |
download | freebsd-ports-gnome-9e44653b44786938e50a531176710f342e231736.tar.gz freebsd-ports-gnome-9e44653b44786938e50a531176710f342e231736.tar.zst freebsd-ports-gnome-9e44653b44786938e50a531176710f342e231736.zip |
- Fix typo
Diffstat (limited to 'misc')
-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}/ |