diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
commit | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/adobe-flash-plugin11 | |
parent | f0fe2c3c959489d5510ba3618d54549ce51395e8 (diff) | |
download | pkgsrc-04a5a3626d07f479d3e2122261c3c6b9406ec8c1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/adobe-flash-plugin11')
-rw-r--r-- | multimedia/adobe-flash-plugin11/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/adobe-flash-plugin11/Makefile b/multimedia/adobe-flash-plugin11/Makefile index 5c12b9f6979..c968737967d 100644 --- a/multimedia/adobe-flash-plugin11/Makefile +++ b/multimedia/adobe-flash-plugin11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/08/15 03:21:52 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/08 09:20:57 asau Exp $ DISTNAME= flash-plugin-${FLASH_VERSION}-release.${FLASH_ARCH} PKGNAME= adobe-${DISTNAME:C/-release.*//} @@ -16,8 +16,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir - NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.[0-9].*-* WRKSRC= ${WRKDIR} |