summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1995-11-02 10:17:15 +0000
committerAdam David <adam@FreeBSD.org>1995-11-02 10:17:15 +0000
commit81aae64e747f5ab7fff94faf418060ae38be14a2 (patch)
treeddf0bd741a51a883b225ff6814021e8cf256e17e /net/dgd
parentSort things alphabetically. (diff)
Emergency fix to fake-install workaround.
This will all go away later when I implement fake-install generically. Needed by: asami
Notes
Notes: svn path=/head/; revision=2389
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index f1b6074ee6dc..61c6e44a8f42 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -39,6 +39,9 @@ package:
# @${MAKE} ${.MAKEFLAGS} 'PKG_CMD= cd ${WRKDIR}; ${PKG_CMD}' \
@${MAKE} ${.MAKEFLAGS} 'PKG_ARGS= ${PKG_ARGS} -f ${WRKDIR}/PLIST' \
NO_INSTALL= DO_PACKAGE= package
+.else
+post-package:
+ @rm ${INSTALL_COOKIE}
.endif
.include <bsd.port.mk>