diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-02 02:07:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-02 02:07:22 +0000 |
commit | f317298ca4e9217f943bd357f9301aa86f4333b0 (patch) | |
tree | 532d45290d3e9a3db0659d3d92b3ed335c5068a5 | |
parent | 813daff53d9956625167c0b6f2eec43ce6471c7f (diff) | |
download | FreeBSD-ports-f317298ca4e9217f943bd357f9301aa86f4333b0.zip FreeBSD-ports-f317298ca4e9217f943bd357f9301aa86f4333b0.tar.gz |
Fix a bad copy-paste error.
Reported by: FreshPorts
-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 4d96169..75f1642 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 4d96169..75f1642 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> |