summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2016-07-09 13:10:15 +0000
committerrillig <rillig@pkgsrc.org>2016-07-09 13:10:15 +0000
commitf94cbf2afec119c8761c60c2338d5a54edb74346 (patch)
treebd009ee719d30e7aa893952af8f6f07227923df8 /www
parent6824381ca689752c5b83f955550374b0dd46b3ff (diff)
downloadpkgsrc-f94cbf2afec119c8761c60c2338d5a54edb74346.tar.gz
Fixed some pkglint warnings.
Diffstat (limited to 'www')
-rw-r--r--www/libmrss/Makefile4
-rw-r--r--www/mserv-php/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/www/libmrss/Makefile b/www/libmrss/Makefile
index 5086351b84c..3df7457783a 100644
--- a/www/libmrss/Makefile
+++ b/www/libmrss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/03/05 11:27:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 13:11:10 rillig Exp $
#
DISTNAME= libmrss-0.19.2
@@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
-USE_LANGUAGES = c c++
+USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= mrss.pc.in
diff --git a/www/mserv-php/Makefile b/www/mserv-php/Makefile
index 407c770e938..0bcc1212696 100644
--- a/www/mserv-php/Makefile
+++ b/www/mserv-php/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/06/25 07:38:52 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2016/07/09 13:11:58 rillig Exp $
#
DISTNAME= mserv-php-090
@@ -12,7 +12,7 @@ MAINTAINER= abs@absd.org
HOMEPAGE= # 404: http://dougiamas.com/mserv/
COMMENT= Quick web interface to mserv audio jukebox
-DEPENDS+= mserv-[0-9]*:../../audio/mserv
+DEPENDS+= mserv-[0-9]*:../../audio/mserv
WRKSRC= ${WRKDIR}/mserv-php
@@ -26,7 +26,7 @@ SUBST_FILES.paths= ${WRKDIR}/config.php
SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
SUBST_STAGE.paths= post-build
-INSTALLATION_DIRS += share/mserv-php share/mserv-php/image share/doc/mserv-php
+INSTALLATION_DIRS+= share/mserv-php share/mserv-php/image share/doc/mserv-php
do-build:
${CP} ${WRKSRC}/config.php ${WRKDIR}/config.php