Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2016 14:17:30 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425216 - head/sysutils/dunst
Message-ID:  <201611031417.uA3EHUNo000320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Nov  3 14:17:30 2016
New Revision: 425216
URL: https://svnweb.freebsd.org/changeset/ports/425216

Log:
  Fix man page generation with Perl 5.24+
  
  PR:		213810
  Sponsored by:	Absolight

Modified:
  head/sysutils/dunst/Makefile   (contents, props changed)

Modified: head/sysutils/dunst/Makefile
==============================================================================
--- head/sysutils/dunst/Makefile	Thu Nov  3 13:59:14 2016	(r425215)
+++ head/sysutils/dunst/Makefile	Thu Nov  3 14:17:30 2016	(r425216)
@@ -35,6 +35,9 @@ PLIST_FILES=	bin/dunst \
 		man/man1/dunst.1.gz \
 		share/dbus-1/services/org.knopwob.dunst.service
 
+post-extract:
+	@${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/VERSION
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dunst
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031417.uA3EHUNo000320>