svn commit: r307399 - head/audio/murmur

Pawel Pekala pawel at FreeBSD.org
Tue Nov 13 21:56:09 UTC 2012


Author: pawel
Date: Tue Nov 13 21:56:08 2012
New Revision: 307399
URL: http://svnweb.freebsd.org/changeset/ports/307399

Log:
  Call pkginstall script with correct arguments and after murmur
  user and group is created. This fixes creation of dirs needed
  for running mumrmurd daemon for users building from port.
  
  PR:		ports/171699
  Reported by:	Michael Fausten <ports at michael-fausten.de>
  Approved by:	maintainer timeout (2 months)
  Feature safe:	yes

Modified:
  head/audio/murmur/Makefile

Modified: head/audio/murmur/Makefile
==============================================================================
--- head/audio/murmur/Makefile	Tue Nov 13 21:52:37 2012	(r307398)
+++ head/audio/murmur/Makefile	Tue Nov 13 21:56:08 2012	(r307399)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	murmur
-# Date created:		2009-08-03
-# Whom:			Ayumi M <ayu at commun.jp>
-#
+# Created by: Ayumi M <ayu at commun.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	murmur
 PORTVERSION=	1.2.3
@@ -60,9 +56,6 @@ do-configure:
 	@cd ${WRKSRC} && ${SETENV} QMAKESPEC=${QMAKESPEC} \
 		${QMAKE} -unix PREFIX=${PREFIX} ${QMAKEFLAGS} main.pro "CONFIG+=${CONFIG}"
 
-pre-su-install:
-	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
 pre-install:
 	@${SED} -i '' -e 's|database=.*|database=/var/db/murmur/murmur.sqlite|' ${WRKSRC}/scripts/murmur.ini
 	@${SED} -i '' -e 's|#pidfile=.*|pidfile=/var/run/murmur/murmur.pid|' ${WRKSRC}/scripts/murmur.ini
@@ -83,4 +76,7 @@ do-install:
 .endfor
 .endif
 
+post-install:
+	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list