diff options
author | Adam David <adam@FreeBSD.org> | 1996-06-16 16:48:47 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-06-16 16:48:47 +0000 |
commit | 09110895deec5a121672603d72c016e6a49341c8 (patch) | |
tree | 227a0e13da4071a4c22dd1d73fd26d19e59030b1 /net/dgd | |
parent | missing from distribution file (diff) |
fix fake installation problem
Notes
Notes:
svn path=/head/; revision=3238
Diffstat (limited to 'net/dgd')
-rw-r--r-- | net/dgd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index ad3766fd3502..095c4c83d215 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1994 # Whom: adam # -# $Id: Makefile,v 1.43 1996/06/10 01:13:44 adam Exp $ +# $Id: Makefile,v 1.44 1996/06/16 11:50:54 adam Exp $ # DISTNAME= dgd-1.0.56 @@ -58,8 +58,6 @@ 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 |