pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/mserv-php



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jul  9 13:11:58 UTC 2016

Modified Files:
        pkgsrc/www/mserv-php: Makefile

Log Message:
Fixed some pkglint warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/mserv-php/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/mserv-php/Makefile
diff -u pkgsrc/www/mserv-php/Makefile:1.7 pkgsrc/www/mserv-php/Makefile:1.8
--- pkgsrc/www/mserv-php/Makefile:1.7   Thu Jun 25 07:38:52 2015
+++ pkgsrc/www/mserv-php/Makefile       Sat Jul  9 13:11:58 2016
@@ -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@localhost
 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



Home | Main Index | Thread Index | Old Index