diff options
author | jmmv <jmmv> | 2003-07-30 10:41:22 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-30 10:41:22 +0000 |
commit | 632abc2b3fc3e828f05ad4e75bf502e1251314a7 (patch) | |
tree | 8d44bc684a059c25aa5901c859a5d4248049006d /www | |
parent | 2a5d9360437c80e78fd47afb8484073918cf324f (diff) | |
download | pkgsrc-632abc2b3fc3e828f05ad4e75bf502e1251314a7.tar.gz |
Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.
Diffstat (limited to 'www')
-rw-r--r-- | www/phoenix-bin-flash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phoenix-bin-flash/Makefile b/www/phoenix-bin-flash/Makefile index 1fcb277eb14..d0538b00f23 100644 --- a/www/phoenix-bin-flash/Makefile +++ b/www/phoenix-bin-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:55:56 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/30 10:41:26 jmmv Exp $ DISTNAME= install_flash_player_6_${DISTUNAME} PKGNAME= phoenix-bin-flash-${FLASH_VERS:S/r/./} @@ -32,6 +32,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} USE_BUILDLINK2= yes +USE_PKGINSTALL= yes NO_CONFIGURE= yes NO_BUILD= yes CHECK_SHLIBS= no @@ -48,6 +49,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR} ${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR} -.include "../../mk/bsd.pkg.install.mk" .include "../../emulators/suse_linux/Makefile.application" .include "../../mk/bsd.pkg.mk" |