Date: Wed, 16 Jul 2014 06:19:06 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362034 - in head/multimedia/spigot: . files Message-ID: <201407160619.s6G6J6Bc077244@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Jul 16 06:19:06 2014 New Revision: 362034 URL: http://svnweb.freebsd.org/changeset/ports/362034 QAT: https://qat.redports.org/buildarchive/r362034/ Log: Stagify. Added: head/multimedia/spigot/files/patch-Makefile (contents, props changed) Deleted: head/multimedia/spigot/files/patch-aa Modified: head/multimedia/spigot/Makefile Modified: head/multimedia/spigot/Makefile ============================================================================== --- head/multimedia/spigot/Makefile Wed Jul 16 06:01:27 2014 (r362033) +++ head/multimedia/spigot/Makefile Wed Jul 16 06:19:06 2014 (r362034) @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner DISTFILES= spigot.1.7.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Video spigot for Windows library # binary package @@ -16,5 +16,4 @@ NO_BUILD= yes NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 -NO_STAGE= yes .include <bsd.port.mk> Added: head/multimedia/spigot/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/spigot/files/patch-Makefile Wed Jul 16 06:19:06 2014 (r362034) @@ -0,0 +1,16 @@ +--- Makefile.orig 2014-07-16 14:15:30.269735497 +0800 ++++ Makefile 2014-07-16 14:16:09.749730176 +0800 +@@ -1,9 +1,9 @@ +-DESTDIR?=/usr/local ++PREFIX?=/usr/local + + all: + echo "Nothing to make." + + install: +- cp libspigot.a ${DESTDIR}/lib/libspigot.a +- ranlib libspigot.a +- cp spigot_saa7191.h /usr/local/include ++ cp libspigot.a $(DESTDIR)${PREFIX}/lib/libspigot.a ++ ranlib $(DESTDIR)${PREFIX}/lib/libspigot.a ++ cp spigot_saa7191.h $(DESTDIR)${PREFIX}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407160619.s6G6J6Bc077244>