diff options
author | asau <asau> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 09:57:15 +0000 |
commit | 4dacb59184a3da66b51557f777b52dd12343edbf (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/libreoffice | |
parent | 73aa2b5bf64486588e2630220a4c71617b602c9e (diff) | |
download | pkgsrc-4dacb59184a3da66b51557f777b52dd12343edbf.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/libreoffice')
-rw-r--r-- | misc/libreoffice/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index c7a3305a058..9220e8c2379 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/03 21:56:43 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/08 09:57:28 asau Exp $ VER= 3.5.6.2 DISTNAME= libreoffice-${VER} @@ -14,7 +14,6 @@ HOMEPAGE= http://www.libreoffice.org/ COMMENT= Office productivity suite LICENSE= gnu-lgpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir CHECK_SHLIBS_SUPPORTED= no DIST_SUBDIR= libreoffice |