diff options
Diffstat (limited to 'net-mgmt/pixilate/Makefile')
-rw-r--r-- | net-mgmt/pixilate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index 1609927e7d81..ed706fb96871 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -26,7 +26,7 @@ PLIST_FILES= bin/pixilate man/man1/pixilate.1.gz OPTIONS_DEFINE= DOCS post-patch: - @cd ${WRKSRC} && ${RM} -f INSTALL install-sh missing mkinstalldirs + @cd ${WRKSRC} && ${RM} INSTALL install-sh missing mkinstalldirs post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} |