diff options
author | asau <asau> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 11:43:30 +0000 |
commit | abd62153cbd43e8861920803d0d322f391007391 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/gummi | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/gummi')
-rw-r--r-- | editors/gummi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile index 570220713a5..3512816563c 100644 --- a/editors/gummi/Makefile +++ b/editors/gummi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/02 17:10:55 tron Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/03 11:43:34 asau Exp $ # DISTNAME= gummi-0.6.4 @@ -11,7 +11,6 @@ HOMEPAGE= http://dev.midnightcoding.org/projects/gummi COMMENT= Gummi is a LaTeX editor, written in C/GTK+ LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config intltool msgfmt # we need some latex, but not all |