diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 17:20:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 17:20:36 +0000 |
commit | e264929eafa7791bbdacca3a352a3f0417debab0 (patch) | |
tree | 9bd84e39c79a1f4711c2d64943524d27511ed4d3 /fonts | |
parent | 5f03fa19bd775dd28c243b3aab17b99f105a0c93 (diff) | |
download | pkgsrc-e264929eafa7791bbdacca3a352a3f0417debab0.tar.gz |
Supports DESTDIR installation.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/terminus-font/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/terminus-font/Makefile b/fonts/terminus-font/Makefile index e4eb4171966..114d1ca6b18 100644 --- a/fonts/terminus-font/Makefile +++ b/fonts/terminus-font/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/09/08 08:20:22 obache Exp $ +# $NetBSD: Makefile,v 1.5 2007/08/08 17:20:36 joerg Exp $ # DISTNAME= terminus-font-4.20 @@ -9,6 +9,8 @@ MAINTAINER= j+pkgsrc@salmi.ch HOMEPAGE= http://www.is-vn.bg/hamster/jimmy-en.html COMMENT= Clean fixed width font +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= perl bdftopcf gzip HAS_CONFIGURE= yes |