diff options
Diffstat (limited to 'games/golddig/Makefile')
-rw-r--r-- | games/golddig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile index 6dc1637cd0f..dfcaa4d7f85 100644 --- a/games/golddig/Makefile +++ b/games/golddig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/02 18:47:51 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2007/03/24 19:21:23 joerg Exp $ # DISTNAME= golddigC3.0 @@ -12,6 +12,8 @@ COMMENT= Fast action game designed for use with X USE_X11BASE= yes +INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 + post-build: for f in ${WRKSRC}/golddig.6 ${WRKSRC}/gdedit.6; do \ ${SED} "s|@PREFIX@|${PREFIX}|g" $$f > $$f.new && \ |