diff options
Diffstat (limited to 'fonts/xmbdfed/Makefile')
-rw-r--r-- | fonts/xmbdfed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/xmbdfed/Makefile b/fonts/xmbdfed/Makefile index 66ff15c5c4c..3c04d042dee 100644 --- a/fonts/xmbdfed/Makefile +++ b/fonts/xmbdfed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:52 jlam Exp $ DISTNAME= xmbdfed-4.5 PKGREVISION= # @@ -11,6 +11,8 @@ COMMENT= Motif-based BDF font editor with lots of features USE_X11BASE= YES +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 |