diff options
author | obache <obache> | 2012-01-14 07:44:33 +0000 |
---|---|---|
committer | obache <obache> | 2012-01-14 07:44:33 +0000 |
commit | ebacb328d64ce5affb86d730a6b6f6c4b7d2c223 (patch) | |
tree | f1a7084386256d1f181a787d53c0639fc9d2d317 /audio/abcde | |
parent | b219bbdb4b672a2c4675303f8255a5371bd1582d (diff) | |
download | pkgsrc-ebacb328d64ce5affb86d730a6b6f6c4b7d2c223.tar.gz |
gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
* Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
real GNU sed is required.
* In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 4df161c32a8..358f91bda31 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2011/05/11 10:45:57 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2012/01/14 07:44:33 obache Exp $ DISTNAME= abcde-2.3.99.7_p235 PKGNAME= abcde-2.3.99.7 @@ -58,10 +58,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/cddb-tool.1 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -.if ${OPSYS} == "NetBSD" -TOOLS_PLATFORM.gsed= # empty -.endif - .if ${OPSYS} == "SunOS" USE_TOOLS+= ftp:run |