diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-04 15:25:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-04 15:25:37 +0000 |
commit | 904fddc05dbf64002770d78f3c5b080ac56271ae (patch) | |
tree | 1dfe02d4c8409b5b8efa920fa46c945402917547 /fonts | |
parent | 7f6af665cdebeb58550c026b6c7939f31b37d912 (diff) | |
download | pkgsrc-904fddc05dbf64002770d78f3c5b080ac56271ae.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/t1utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/t1utils/Makefile b/fonts/t1utils/Makefile index c8d339f8be6..8c684be13da 100644 --- a/fonts/t1utils/Makefile +++ b/fonts/t1utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:47 tv Exp $ +# $NetBSD: Makefile,v 1.8 2008/04/04 15:25:37 joerg Exp $ # DISTNAME= t1utils-1.32 @@ -9,6 +9,8 @@ MAINTAINER= jonb@NetBSD.org HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ COMMENT= Utility programs for dealing with Postscript Type 1 font files +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |