diff options
-rw-r--r-- | ports-mgmt/pkg_install/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pkg_install/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index 4d9616922cc4..75f1642119a6 100644 --- a/ports-mgmt/pkg_install/Makefile +++ b/ports-mgmt/pkg_install/Makefile @@ -52,7 +52,6 @@ deinstall: else \ ${ECHO_MSG} "===> ${PKGNAME} not installed; skipping"; \ fi -.endif @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .include <bsd.port.post.mk> diff --git a/sysutils/pkg_install/Makefile b/sysutils/pkg_install/Makefile index 4d9616922cc4..75f1642119a6 100644 --- a/sysutils/pkg_install/Makefile +++ b/sysutils/pkg_install/Makefile @@ -52,7 +52,6 @@ deinstall: else \ ${ECHO_MSG} "===> ${PKGNAME} not installed; skipping"; \ fi -.endif @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .include <bsd.port.post.mk> |