svn commit: r358014 - in head/graphics/xglurbules: . files

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 16 15:06:05 UTC 2014


Author: vanilla
Date: Mon Jun 16 15:06:04 2014
New Revision: 358014
URL: http://svnweb.freebsd.org/changeset/ports/358014
QAT: https://qat.redports.org/buildarchive/r358014/

Log:
  Stagify.
  
  Approved by:	portmgr@

Added:
  head/graphics/xglurbules/files/
  head/graphics/xglurbules/files/patch-Makefile   (contents, props changed)
Modified:
  head/graphics/xglurbules/Makefile

Modified: head/graphics/xglurbules/Makefile
==============================================================================
--- head/graphics/xglurbules/Makefile	Mon Jun 16 15:02:03 2014	(r358013)
+++ head/graphics/xglurbules/Makefile	Mon Jun 16 15:06:04 2014	(r358014)
@@ -10,14 +10,10 @@ MASTER_SITES=	http://stephenroome.com/xg
 MAINTAINER=	steve at pepcross.com
 COMMENT=	Burning particle system eye candy program thingy for X11
 
-MAN1=		xglurbules.1
-
 USE_XORG=	xt x11 sm ice xpm
 
-MANCOMPRESSED=	yes
-
 PLIST_FILES=	bin/xglurbules \
-		bin/xglurbules-noshm
+		bin/xglurbules-noshm \
+		man/man1/xglurbules.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/graphics/xglurbules/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/xglurbules/files/patch-Makefile	Mon Jun 16 15:06:04 2014	(r358014)
@@ -0,0 +1,15 @@
+--- Makefile.orig	2014-06-16 23:02:51.808174124 +0800
++++ Makefile	2014-06-16 23:03:13.422174462 +0800
+@@ -48,9 +48,9 @@ depend:
+ 	gcc -E -MM *.c > .depend
+ 
+ install: xglurbules xglurbules-noshm ${MAN_FILE}
+-	${INSTALL} xglurbules ${BIN_DIR}
+-	${INSTALL} xglurbules-noshm ${BIN_DIR}
+-	${INSTALL} ${MAN_FILE} ${MAN_DIR}
++	${INSTALL} xglurbules $(DESTDIR)${BIN_DIR}
++	${INSTALL} xglurbules-noshm $(DESTDIR)${BIN_DIR}
++	${INSTALL} ${MAN_FILE} $(DESTDIR)${MAN_DIR}
+ 
+ xglurbules.1.gz: xglurbules.1
+ 	${COMPRESS} xglurbules.1 -c > xglurbules.1.gz


More information about the svn-ports-head mailing list