diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-10-05 22:11:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-10-05 22:11:04 +0000 |
commit | 28d02437b535d465949af1f4b8e29037ac0c1539 (patch) | |
tree | a6dd9ad081a747179f729f93444453a41a1fe80c /www/lynx | |
parent | BROKEN: Missing dependencies (diff) |
Fix post-patch removal of correct .orig file
Notes
Notes:
svn path=/head/; revision=67413
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 7ce84a6e40b2..d032d02084c1 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -35,7 +35,7 @@ L_DOC= ${PREFIX}/share/doc/lynx L_HELP= ${PREFIX}/share/lynx_help post-patch: - ${RM} -f ${WRKSRC}/CHANGES.bak.orig + @${RM} -f ${WRKSRC}/CHANGES.orig post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC} |