diff options
author | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
commit | fd5606f6d6ddb83a103dd625b40ecae784adb51e (patch) | |
tree | 5dbcb34f52bc9ee469c1698903957779b4dae76c /devel/cvsup | |
parent | 1287093e7e877588237ba7c7c8824655c57d6f4e (diff) | |
download | pkgsrc-fd5606f6d6ddb83a103dd625b40ecae784adb51e.tar.gz |
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'devel/cvsup')
-rw-r--r-- | devel/cvsup/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index b4299aa499e..81d8cc86fc8 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2011/04/07 13:17:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2012/08/14 17:07:56 asau Exp $ # used by devel/cvsup/Makefile # used by devel/cvsup-gui/Makefile @@ -13,6 +13,8 @@ COMMENT= cvsup daemon and client ONLY_FOR_PLATFORM= DragonFly-*-i386 FreeBSD-*-i386 Linux-*-i386 \ NetBSD-*-i386 +PKG_DESTDIR_SUPPORT= none + .include "../../mk/bsd.prefs.mk" MAKE_FLAGS+= PREFIX=${PREFIX:Q} M3FLAGS=${M3FLAGS:Q} |