svn commit: r339155 - in head/chinese/bug5: . files

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jan 8 16:15:17 UTC 2014


Author: vanilla
Date: Wed Jan  8 16:15:16 2014
New Revision: 339155
URL: http://svnweb.freebsd.org/changeset/ports/339155

Log:
  Add stagedir support.
  
  Approved by:	portmgr (blanket infrastructure)

Added:
  head/chinese/bug5/files/
  head/chinese/bug5/files/patch-Makefile   (contents, props changed)
Modified:
  head/chinese/bug5/Makefile

Modified: head/chinese/bug5/Makefile
==============================================================================
--- head/chinese/bug5/Makefile	Wed Jan  8 16:13:03 2014	(r339154)
+++ head/chinese/bug5/Makefile	Wed Jan  8 16:15:16 2014	(r339155)
@@ -18,7 +18,6 @@ GH_ACCOUNT=	buganini
 GH_COMMIT=	992e2d3
 
 MAKE_ARGS=	PREFIX=${PREFIX}
-NO_STAGE=	yes
 
 PLIST_FILES=	bin/bug5
 

Added: head/chinese/bug5/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/bug5/files/patch-Makefile	Wed Jan  8 16:15:16 2014	(r339155)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-01-07 14:46:08.000000000 +0800
++++ Makefile	2014-01-07 14:46:17.000000000 +0800
+@@ -6,7 +6,7 @@ all:
+ 	$(CC) ${CFLAGS} bug5.c -o bug5 ${LDFLAGS}
+ 
+ install:
+-	install -m 555 bug5 ${PREFIX}/bin
++	install -m 555 bug5 $(DESTDIR)${PREFIX}/bin
+ 
+ clean:
+ 	rm -f bug5


More information about the svn-ports-all mailing list