diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-03 14:17:30 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-03 14:17:30 +0000 |
| commit | 8a983047e0d1ff08b1eb51c292f05856a3c050aa (patch) | |
| tree | b076fcc4b2052139289baf035e5e8747d6b6fa31 /sysutils/dunst | |
| parent | 1eb84d5e22357310eb50982300dd6a45a07191c6 (diff) | |
Notes
Diffstat (limited to 'sysutils/dunst')
| -rw-r--r-- | sysutils/dunst/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile index 7e8effb39193..c7b3808db933 100644 --- a/sysutils/dunst/Makefile +++ b/sysutils/dunst/Makefile @@ -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 |
