diff options
author | pat <pat@FreeBSD.org> | 2002-10-06 06:11:04 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-10-06 06:11:04 +0800 |
commit | 27cec74c4fea747f0f24cd60c80f504ffe6f51dc (patch) | |
tree | 0d995affa4ee1e39fe9de81de2c3c692cd5fcddf /www | |
parent | 5046778bd3b471e73792ad02b18dde383d6f4a9d (diff) | |
download | freebsd-ports-gnome-27cec74c4fea747f0f24cd60c80f504ffe6f51dc.tar.gz freebsd-ports-gnome-27cec74c4fea747f0f24cd60c80f504ffe6f51dc.tar.zst freebsd-ports-gnome-27cec74c4fea747f0f24cd60c80f504ffe6f51dc.zip |
Fix post-patch removal of correct .orig file
Diffstat (limited to 'www')
-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} |