Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 00:51:39 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343566 - head/www/ump
Message-ID:  <201402100051.s1A0pdkf025195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Feb 10 00:51:38 2014
New Revision: 343566
URL: http://svnweb.freebsd.org/changeset/ports/343566
QAT: https://qat.redports.org/buildarchive/r343566/

Log:
  www/ump: Unbreak; it builds fine when the spelling errors are fixed

Modified:
  head/www/ump/Makefile
  head/www/ump/pkg-plist

Modified: head/www/ump/Makefile
==============================================================================
--- head/www/ump/Makefile	Mon Feb 10 00:46:36 2014	(r343565)
+++ head/www/ump/Makefile	Mon Feb 10 00:51:38 2014	(r343566)
@@ -24,8 +24,6 @@ RUN_DEPENDS=	${LOCALBASE}/share/timidity
 LATEST_LINK=	UNIXMidiPlugin
 CONFLICTS=	ump-0.8.[0-9]*
 
-BROKEN=		Does not build
-
 BZ2DIST=	TiMidity++-${TIMIDITY_VERSION}.tar.bz2:timidity
 ZDIST=		unix-sdk-3.0b5.tar.Z:plugin ump_with_volume.tar.Z:ump timdiffs.tar.Z:ump
 
@@ -80,6 +78,6 @@ post-configure:
 
 do-install:
 	${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR}
-	${INSTALL_DATA} ${WRKSRC}/ump/ump.so ${STAGEDIR}${WEBPLUGINS_DIR}
+	${INSTALL_DATA} ${WRKSRC}/ump/ump.so ${STAGEDIR}${WEBPLUGIN_DIR}
 
 .include <bsd.port.post.mk>

Modified: head/www/ump/pkg-plist
==============================================================================
--- head/www/ump/pkg-plist	Mon Feb 10 00:46:36 2014	(r343565)
+++ head/www/ump/pkg-plist	Mon Feb 10 00:51:38 2014	(r343566)
@@ -1,2 +1,2 @@
-%%WEBPLUGINS_DIR%%/ump.so
-@dirrmtry %%WEBPLUGINS_DIR%%
+%%WEBPLUGIN_DIR%%/ump.so
+@dirrmtry %%WEBPLUGIN_DIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402100051.s1A0pdkf025195>