aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-03-15 04:47:51 +0800
committerJason Helfman <jgh@FreeBSD.org>2012-03-15 04:47:51 +0800
commited7bd4554346c2effc196b6ea128215b987a1290 (patch)
tree49c1477e5a6e66205f62f9dadbafaa5885781855
parentf4abcd34b884750c3143a67f03560fc4cb6011b7 (diff)
downloadfreebsd-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/Makefile3
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>