svn commit: r357272 - in head/games/speak: . files

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jun 10 06:31:32 UTC 2014


Author: danfe
Date: Tue Jun 10 06:31:31 2014
New Revision: 357272
URL: http://svnweb.freebsd.org/changeset/ports/357272
QAT: https://qat.redports.org/buildarchive/r357272/

Log:
  Stagify the port; fix Makefile header.

Added:
  head/games/speak/files/
  head/games/speak/files/patch-Makefile   (contents, props changed)
Modified:
  head/games/speak/Makefile

Modified: head/games/speak/Makefile
==============================================================================
--- head/games/speak/Makefile	Tue Jun 10 06:31:11 2014	(r357271)
+++ head/games/speak/Makefile	Tue Jun 10 06:31:31 2014	(r357272)
@@ -1,4 +1,4 @@
-# Created by: freebsd at spatula.net
+# Created by: Nicklas Johnson <freebsd at spatula.net>
 # $FreeBSD$
 
 PORTNAME=	speak
@@ -11,5 +11,4 @@ COMMENT=	Generates random middle-managem
 
 CONFLICTS=	espeak-1.[0-9]*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/games/speak/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/speak/files/patch-Makefile	Tue Jun 10 06:31:31 2014	(r357272)
@@ -0,0 +1,15 @@
+--- Makefile.orig	2000-02-16 03:45:31 +0800
++++ Makefile
+@@ -11,9 +11,9 @@ speak: speak.o 
+ 	${CC} -o speak speak.o
+ 
+ install: all
+-	${INSTALL} -c -s -o root -g games  -m 755 speak ${BINDIR}
+-	${INSTALL} -d -o root -g games  -m 755 ${SPEAKDIR}
+-	${INSTALL} -c -o root -g games  -m 644 speak.nouns speak.actions speak.wrk speak.leadins README ${SPEAKDIR}
++	${INSTALL} -s -m 755 speak ${DESTDIR}${BINDIR}
++	${INSTALL} -d -m 755 ${DESTDIR}${SPEAKDIR}
++	${INSTALL} -m 644 speak.nouns speak.actions speak.wrk speak.leadins README ${DESTDIR}${SPEAKDIR}
+ 
+ clean: 
+ 	rm -f *.core *.o speak


More information about the svn-ports-head mailing list