diff options
author | ghen <ghen> | 2008-01-04 15:01:32 +0000 |
---|---|---|
committer | ghen <ghen> | 2008-01-04 15:01:32 +0000 |
commit | 55d943913e99e719b5a778559acbfd074bfa494f (patch) | |
tree | 19a574fb206e85d0132e4b71fb0dc32fd84b584a /editors | |
parent | a1babfb6d8c3f269eb7c237ee7e3c1a3f9bad929 (diff) | |
download | pkgsrc-55d943913e99e719b5a778559acbfd074bfa494f.tar.gz |
Full DESTDIR support.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 6db2df89c60..76d9211b298 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2007/11/02 10:31:21 ghen Exp $ +# $NetBSD: Makefile,v 1.72 2008/01/04 15:01:32 ghen Exp $ DISTNAME= TeXmacs-1.0.6.11-src PKGNAME= ${DISTNAME:S/-src//} @@ -10,6 +10,8 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://www.texmacs.org/ COMMENT= GNU TeXmacs (free scientific text editor) +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_TARGET= TEXMACS USE_TOOLS+= gmake |