summaryrefslogtreecommitdiff
path: root/net/tinyfugue/Makefile
diff options
context:
space:
mode:
authorobache <obache>2007-12-27 11:43:51 +0000
committerobache <obache>2007-12-27 11:43:51 +0000
commit50a540d40b9d66ecbe3a19f93530ff4518a37a76 (patch)
tree67779191e346711033331329d3fdbf790d930160 /net/tinyfugue/Makefile
parent910a79bf6e0eb04bacbd5d529ea100ff4b05ea8c (diff)
downloadpkgsrc-50a540d40b9d66ecbe3a19f93530ff4518a37a76.tar.gz
* Need some pre-created directories.
* Avoid check of target directory in configure script, it may not exists. * Honor PKGMANDIR. Bump PKGREVISION.
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r--net/tinyfugue/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile
index 055eb136fb1..ecdaa3eee15 100644
--- a/net/tinyfugue/Makefile
+++ b/net/tinyfugue/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2007/12/02 13:04:13 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/12/27 11:43:51 obache Exp $
DISTNAME= tf-40s1
PKGNAME= tf-4.0s1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net games
MASTER_SITES= ftp://laurel.actlab.utexas.edu/pub/tinyfugue/ \
${MASTER_SITE_SOURCEFORGE:=tinyfugue/}
@@ -19,5 +19,7 @@ PATCH_SITES= http://discworld.imaginary.com/external/taffyd/
PATCHFILES= tf-40s1-mccp-patch.gz
PATCH_DIST_STRIP=-p1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"