summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-14 16:11:31 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-14 16:11:31 +0000
commitc06609aa4ec54ee19d6de9da76b2c423cce4699d (patch)
tree82251329a47259a50f0b0469c347a7e1dd9176bb /audio
parentUpdate to 0.8.2. Use proper pthread-linking (-pthread vs. -lc_r). Use (diff)
Add post-install target in order to compress workmandb.5, too.
Noticed by: bento
Notes
Notes: svn path=/head/; revision=30628
Diffstat (limited to 'audio')
-rw-r--r--audio/workman/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/workman/Makefile b/audio/workman/Makefile
index e2e18e188a57..4143642483a2 100644
--- a/audio/workman/Makefile
+++ b/audio/workman/Makefile
@@ -21,4 +21,7 @@ USE_IMAKE= yes
MAN1= workman.1
MAN5= workmandb.5
+post-install:
+ /usr/bin/gzip ${X11BASE}/man/man5/workmandb.5
+
.include <bsd.port.mk>