summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/bmp/Makefile.common4
-rw-r--r--chat/xchat/options.mk6
-rw-r--r--databases/db5/Makefile4
-rw-r--r--devel/fromcvs/Makefile6
-rw-r--r--emulators/fmsx/Makefile4
-rw-r--r--fonts/bakoma-fonts/Makefile4
-rw-r--r--games/xfrisk/Makefile4
-rw-r--r--geography/gpsd/Makefile4
-rw-r--r--multimedia/libvdpau/Makefile4
-rw-r--r--net/omniORB/Makefile4
-rw-r--r--shells/bash-completion/Makefile4
-rw-r--r--www/py-nevow/Makefile4
12 files changed, 26 insertions, 26 deletions
diff --git a/audio/bmp/Makefile.common b/audio/bmp/Makefile.common
index 1ff9d745d38..52ac84f18ac 100644
--- a/audio/bmp/Makefile.common
+++ b/audio/bmp/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2012/06/12 15:45:54 wiz Exp $
+# $NetBSD: Makefile.common,v 1.28 2013/04/06 19:42:41 rodent Exp $
#
# used by audio/bmp/Makefile
# used by audio/bmp-esound/Makefile
@@ -16,7 +16,7 @@ FILESDIR= ${.CURDIR}/../../audio/xmms/files
PATCHDIR= ${.CURDIR}/../../audio/bmp/patches
PATCH_SITES= http://izb.knu.ac.kr/~bh/diffs/
PATCHFILES= bmp-0.9.7-ipv6-simple.diff
-PATCH_DIST_STRIP+= -p1
+PATCH_DIST_STRIP= -p1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk
index 4511f8c10c3..d22b1c88ab1 100644
--- a/chat/xchat/options.mk
+++ b/chat/xchat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2012/06/16 23:06:07 wiz Exp $
+# $NetBSD: options.mk,v 1.16 2013/04/06 19:42:41 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xchat
PKG_SUPPORTED_OPTIONS= inet6 ssl socks5 mitshm gnome
@@ -50,8 +50,8 @@ CONFIGURE_ARGS+= --disable-shm
CONFIGURE_ARGS+= --enable-dbus
PLIST.dbus= yes
SUBST_CLASSES+= gconf
-SUBST_STAGE.gconf+= pre-configure
-SUBST_MESSAGE.gconf+= Disabling schema registration/installation.
+SUBST_STAGE.gconf= pre-configure
+SUBST_MESSAGE.gconf= Disabling schema registration/installation.
SUBST_SED.gconf+= -e 's,DO_GCONF_TRUE,DO_GCONF_FALSE,g'
SUBST_FILES.gconf+= src/common/dbus/Makefile.in
. include "../../devel/GConf/schemas.mk"
diff --git a/databases/db5/Makefile b/databases/db5/Makefile
index 4edf485f814..3b5feb1ee34 100644
--- a/databases/db5/Makefile
+++ b/databases/db5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/12/13 00:57:23 gdt Exp $
+# $NetBSD: Makefile,v 1.12 2013/04/06 19:42:41 rodent Exp $
#
# NOTE:
# When updating this package, a change in the minor (5.n -> 5.(n+1))
@@ -15,7 +15,7 @@ MASTER_SITES= http://download.oracle.com/berkeley-db/ \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.oracle.com/database/berkeley-db/db/index.html
COMMENT= Berkeley DB version 5 from Oracle
-LICENSE+= sleepycat-public
+LICENSE= sleepycat-public
# NOTE: it is NOT a modified BSD in a common sense:
#LICENSE=
diff --git a/devel/fromcvs/Makefile b/devel/fromcvs/Makefile
index f2b3b343caf..0d2c48439e8 100644
--- a/devel/fromcvs/Makefile
+++ b/devel/fromcvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/31 11:16:58 asau Exp $
+# $NetBSD: Makefile,v 1.30 2013/04/06 19:42:41 rodent Exp $
DISTNAME= c31a1dd9cbb2
# Last part of PKGNAME is changeset number
@@ -22,9 +22,9 @@ DIST_SUBDIR= fromcvs
SUBST_CLASSES+= python
SUBST_FILES.python+= tohg.rb
-SUBST_MESSAGE.python+= Fixing path to Python interpreter.
+SUBST_MESSAGE.python= Fixing path to Python interpreter.
SUBST_SED.python+= -e "s!'python'!'${PYTHONBIN}'!"
-SUBST_STAGE.python+= pre-build
+SUBST_STAGE.python= pre-build
INSTALLATION_DIRS= bin
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index cb4d729bba8..cbc852ac7ba 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/23 10:24:03 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2013/04/06 19:42:41 rodent Exp $
DISTNAME= fMSX351
PKGNAME= fmsx-3.5.1
@@ -46,7 +46,7 @@ DEFS+= -DMSB_FIRST
.elif ${MACHINE_ENDIAN} == "little"
DEFS+= -DLSB_FIRST
.else
-BROKEN+= "Unknown endian"
+BROKEN= "Unknown endian"
.endif
MAKE_ENV+= DEFS=${DEFS:Q}
diff --git a/fonts/bakoma-fonts/Makefile b/fonts/bakoma-fonts/Makefile
index 15de0476d41..fee70ae3100 100644
--- a/fonts/bakoma-fonts/Makefile
+++ b/fonts/bakoma-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/03 18:28:17 asau Exp $
+# $NetBSD: Makefile,v 1.11 2013/04/06 19:42:42 rodent Exp $
#
DISTNAME= bakoma-20010719
@@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/
COMMENT= BaKoMa Fonts for TeX
-LICENSE+= no-commercial-use
+LICENSE= no-commercial-use
NO_SRC_ON_CDROM= #defined
NO_BIN_ON_CDROM= #defined
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index 7a8db5e4b47..d799ecf2dc6 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/01/15 16:21:34 morr Exp $
+# $NetBSD: Makefile,v 1.30 2013/04/06 19:42:42 rodent Exp $
#
DISTNAME= xfrisk-1.2
@@ -12,7 +12,7 @@ COMMENT= X11 version of the classic Risk board game
# LICENSE pending investigation; absence of LICENSE violates
# "RESTRICTED implies LICENSE" pkgsrc rule.
#LICENSE= gnu-gpl-v2
-LICENSE+= generic-nonlicense
+LICENSE= generic-nonlicense
WRKSRC= ${WRKDIR}/XFrisk
USE_TOOLS+= gmake
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile
index 0f966c550be..dad71b4fdb5 100644
--- a/geography/gpsd/Makefile
+++ b/geography/gpsd/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.23 2012/10/04 09:19:18 asau Exp $
+# $NetBSD: Makefile,v 1.24 2013/04/06 19:42:42 rodent Exp $
DISTNAME= gpsd-2.96
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= http://download.berlios.de/gpsd/
-MAINTAINER+= gdt@NetBSD.org
+MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://gpsd.berlios.de/
COMMENT= GPS information daemon
diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile
index f6834601a58..483d8ea9fb6 100644
--- a/multimedia/libvdpau/Makefile
+++ b/multimedia/libvdpau/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/12/02 12:15:08 cheusov Exp $
+# $NetBSD: Makefile,v 1.7 2013/04/06 19:42:42 rodent Exp $
#
DISTNAME= libvdpau-0.5
@@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --disable-documentation
-AUTO_MKDIRS+= yes
+AUTO_MKDIRS= yes
PKGCONFIG_OVERRIDE+= vdpau.pc.in
diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile
index 8a7a9539f45..10396cddbff 100644
--- a/net/omniORB/Makefile
+++ b/net/omniORB/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2012/10/23 17:18:44 asau Exp $
+# $NetBSD: Makefile,v 1.7 2013/04/06 19:42:42 rodent Exp $
#
DISTNAME= omniORB-4.1.5
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omniorb/}
-EXTRACT_SUFX+= .tar.bz2
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://omniorb.sourceforge.net/
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index 04d3be6c480..36d9676f40c 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/09/11 23:25:07 asau Exp $
+# $NetBSD: Makefile,v 1.6 2013/04/06 19:42:42 rodent Exp $
#
# Note to packagers:
# packages installing additional completion files should drop
@@ -26,7 +26,7 @@ INSTALLATION_DIRS+= share/doc/bash-completion
SUBST_CLASSES+= path
SUBST_SED.path+= -e "s,/etc/bash_completion.d,${PREFIX}/share/bash-completion.d,g"
SUBST_SED.path+= -e "s,/etc/bash_completion,${PREFIX}/share/bash-completion/bash_completion,g"
-SUBST_STAGE.path+= pre-build
+SUBST_STAGE.path= pre-build
SUBST_FILES.path+= bash_completion* README
SUBST_MESSAGE.path= Fixing path to completion files.
diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile
index e65390ea96c..084c68fccae 100644
--- a/www/py-nevow/Makefile
+++ b/www/py-nevow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/10/28 06:31:01 asau Exp $
+# $NetBSD: Makefile,v 1.14 2013/04/06 19:42:42 rodent Exp $
#
VERSION= 0.10.0
@@ -13,7 +13,7 @@ MASTER_SITES= http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/
EXTRACT_SUFX= .tar.bz2
LICENSE= mit
-MAINTAINER+= gdt@ir.bbn.com
+MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow
COMMENT= Next-generation web application templating system