diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-02 14:49:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-02 14:49:50 +0000 |
commit | c66f9ec095134c7439c11258937aaaf75cc0595a (patch) | |
tree | 0f08dee64285d953518b1733e9f0f524356c6d4b /games | |
parent | edc64e0620f9cc29b528f8d0edc264cc8ab912b5 (diff) | |
download | pkgsrc-c66f9ec095134c7439c11258937aaaf75cc0595a.tar.gz |
Set INSTALLATION_DIRS.
Diffstat (limited to 'games')
-rw-r--r-- | games/an/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/an/Makefile b/games/an/Makefile index c3d574733f4..4ff5e761ecc 100644 --- a/games/an/Makefile +++ b/games/an/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:15:39 agc Exp $ +# $NetBSD: Makefile,v 1.5 2006/07/02 14:49:50 joerg Exp $ # DISTNAME= an-0.93 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://suburbia.net/pub/rmj/ MAINTAINER= jonb@NetBSD.org COMMENT= Very fast anagram generator +INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 + WRKSRC= ${WRKDIR}/an-0.93 .include "../../mk/bsd.pkg.mk" |