diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
commit | c2ce2bfbbe704121c79986146cc3d75f3efec691 (patch) | |
tree | c958efacae31d0663094f85f98be04a49ce4e210 /misc/cuecat | |
parent | 7503e8dccb0c7098f8363b4f0d575fbb1e3cd24e (diff) | |
download | pkgsrc-c2ce2bfbbe704121c79986146cc3d75f3efec691.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/cuecat')
-rw-r--r-- | misc/cuecat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index cad08fd4937..7475ce76625 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:01:14 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/24 14:11:09 grant Exp $ # DISTNAME= cuecat-0.2.1 @@ -15,7 +15,7 @@ NO_SOURCE_ON_CDROM= ${NO_SOURCE_ON_FTP} NO_BIN_ON_FTP= ${NO_SOURCE_ON_FTP} NO_BIN_ON_CDROM= ${NO_SOURCE_ON_FTP} -USE_GMAKE= yes +USE_GNU_TOOLS+= make do-install: ${INSTALL_PROGRAM} ${WRKSRC}/read_cuecat ${PREFIX}/bin |