svn commit: r362034 - in head/multimedia/spigot: . files

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jul 16 06:19:07 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list