diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-03-15 04:47:51 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-03-15 04:47:51 +0800 |
commit | ed7bd4554346c2effc196b6ea128215b987a1290 (patch) | |
tree | 49c1477e5a6e66205f62f9dadbafaa5885781855 | |
parent | f4abcd34b884750c3143a67f03560fc4cb6011b7 (diff) | |
download | freebsd-ports-gnome-ed7bd4554346c2effc196b6ea128215b987a1290.tar.gz freebsd-ports-gnome-ed7bd4554346c2effc196b6ea128215b987a1290.tar.zst freebsd-ports-gnome-ed7bd4554346c2effc196b6ea128215b987a1290.zip |
- drop invalid post-deinstall target, use standard pkg-deinstall file
Feature safe: yes
-rw-r--r-- | www/webobjects/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/webobjects/Makefile b/www/webobjects/Makefile index 08f07f4711b0..dbeecff25006 100644 --- a/www/webobjects/Makefile +++ b/www/webobjects/Makefile @@ -106,7 +106,4 @@ post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -post-deinstall: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL - .include <bsd.port.post.mk> |