diff options
author | marcus <marcus@FreeBSD.org> | 2009-09-11 13:55:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-09-11 13:55:45 +0800 |
commit | 3f3fd694997d72049556c15a8a6589045521d4bd (patch) | |
tree | 9ad8a472efa3aafb990b104286ac860723431d3d | |
parent | 912688a200aa2fdba6d0a6b1550252c49bcbf27c (diff) | |
download | freebsd-ports-gnome-3f3fd694997d72049556c15a8a6589045521d4bd.tar.gz freebsd-ports-gnome-3f3fd694997d72049556c15a8a6589045521d4bd.tar.zst freebsd-ports-gnome-3f3fd694997d72049556c15a8a6589045521d4bd.zip |
Pulseaudio no longer comes with a pkg-message.
-rw-r--r-- | audio/pulseaudio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 506ea30b2617..fd16b6321792 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -115,6 +115,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/${ii} \ ${PREFIX}/etc/pulse/${ii}-dist .endfor - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |