diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 07:59:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 07:59:05 +0000 |
commit | 043a1368d10ae6de780b2e4b0ce73d1274bfc1b3 (patch) | |
tree | 56489eb367a1305fd9874858bd82135845cc34cd /net/dgd | |
parent | 633cbf4d9f32093146e53e241bfe9f48c6d492eb (diff) |
Notes
Diffstat (limited to 'net/dgd')
-rw-r--r-- | net/dgd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 09fad8f75885..c6882b9ffe2a 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -63,7 +63,7 @@ ${_PATCH_COOKIE}: ${PATCHLIST} fi @touch -f ${_PATCH_COOKIE}; -install: all +install: build @chown -R mud.mud ${WRKDIR}/dgd @tar -C ${WRKDIR} -cf - `grep '^dgd/' pkg/PLIST` \ | tar -C /usr/local -xpf - |