svn commit: r425216 - head/sysutils/dunst
Mathieu Arnold
mat at FreeBSD.org
Thu Nov 3 14:17:31 UTC 2016
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
More information about the svn-ports-all
mailing list