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 | bd8a7652eaea4343ec9a91a744c693c0df55bbe3 (patch) | |
tree | 5dbcb34f52bc9ee469c1698903957779b4dae76c /sysutils/aperture | |
parent | 9fef00bc9de38e259badfa431d6649f71540e6f8 (diff) | |
download | pkgsrc-bd8a7652eaea4343ec9a91a744c693c0df55bbe3.tar.gz |
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'sysutils/aperture')
-rw-r--r-- | sysutils/aperture/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 6eb7501643d..0eb3c12823f 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2011/03/19 01:36:20 obache Exp $ +# $NetBSD: Makefile,v 1.38 2012/08/14 17:07:58 asau Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -19,6 +19,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +PKG_DESTDIR_SUPPORT= none + WRKSRC= ${WRKDIR} BUILD_TARGET= cleandir depend all DIST_SUBDIR= ${PKGNAME_NOREV}nb5 |