46fb8db2a2
Solaris, narrow down the platforms, and use specific inclusion rather than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather than NOT_FOR_PLATFORM=NetBSD-*-*.
17 lines
378 B
Makefile
17 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/07/02 08:46:51 agc Exp $
|
|
#
|
|
|
|
DISTNAME= diffutils-2.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/diffutils/diffutils.html
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO_FILES= diff.info
|
|
|
|
ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|