diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
commit | 0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /pkgtools/rc.subr/Makefile | |
parent | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (diff) | |
download | pkgsrc-0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/rc.subr/Makefile')
-rw-r--r-- | pkgtools/rc.subr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/rc.subr/Makefile b/pkgtools/rc.subr/Makefile index 0c1df221d67..ce7a8ca714a 100644 --- a/pkgtools/rc.subr/Makefile +++ b/pkgtools/rc.subr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/03/23 00:27:11 sbd Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:19:39 asau Exp $ # DISTNAME= rc.subr-20090118 @@ -10,8 +10,6 @@ MAINTAINER= sbd@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Portable NetBSD rc.subr implementation for pkgsrc -PKG_DESTDIR_SUPPORT= user-destdir - ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-[0-4].*-* Interix-*-* ONLY_FOR_PLATFORM+= Linux-*-* SunOS-*-* ONLY_FOR_PLATFORM+= QNX-*-* |