diff options
author | asau <asau> | 2012-10-25 06:55:37 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-25 06:55:37 +0000 |
commit | c574da6577117f3e4f23027e6bab6e437c4f72f2 (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/harmony | |
parent | 7592f95f9e7dd621bf2eed88e5b85be74dc4f63d (diff) | |
download | pkgsrc-c574da6577117f3e4f23027e6bab6e437c4f72f2.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/harmony')
-rw-r--r-- | textproc/harmony/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile index 6dc8ce2c6ed..554395a537d 100644 --- a/textproc/harmony/Makefile +++ b/textproc/harmony/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/08 15:18:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/25 06:55:53 asau Exp $ # DISTNAME= harmony-stable-${VERSION} @@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://alliance.seas.upenn.edu/~harmony/ COMMENT= Generic framework for reconciling disconnected updates to heterogeneous, replicated XML data -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk |