4acb4b6a7e
common makery into Makefile.common, add CONFLICTS for each package referring to the others, as for now the manpages will conflict. TODO: Use ALTERNATIVES system? How to handle manpages? Many bug fixes and some feature/documentation enhancements. The web site goes into this in much detail; also, see CHANGES.txt and RELEASE.txt in the source distribution. Also, see the change to patch-aa which ensures we use ${PKGVERSION_NOREV} to generate the version for the installation where appropriate.
11 lines
226 B
Makefile
11 lines
226 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/11/15 01:16:48 bjs Exp $
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
CONFLICTS= scons-devel-[0-9]*
|
|
|
|
.include "../../devel/scons/Makefile.common"
|
|
|
|
SCONS_VERSION= 1.1.0
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|