svn commit: r343566 - head/www/ump

John Marino marino at FreeBSD.org
Mon Feb 10 00:51:39 UTC 2014


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
- at dirrmtry %%WEBPLUGINS_DIR%%
+%%WEBPLUGIN_DIR%%/ump.so
+ at dirrmtry %%WEBPLUGIN_DIR%%


More information about the svn-ports-all mailing list