diff options
author | adamw <adamw@FreeBSD.org> | 2005-10-17 03:42:26 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-10-17 03:42:26 +0800 |
commit | 1831639bbf1a661d7b54a6658bcfdb7406362383 (patch) | |
tree | 7472a6b4543c6e54039f215ea6ef62badde529ac /audio | |
parent | c056fa4683395892b19fea8c8a03c94a7427dfaf (diff) | |
download | freebsd-ports-gnome-1831639bbf1a661d7b54a6658bcfdb7406362383.tar.gz freebsd-ports-gnome-1831639bbf1a661d7b54a6658bcfdb7406362383.tar.zst freebsd-ports-gnome-1831639bbf1a661d7b54a6658bcfdb7406362383.zip |
Ugh. I completely forgot to add @dirrm's to the pkg-plist. This
definitely earns a pointy hat and a PORTREVISION bump.
This port will not build on 4.X, and I can't investigate it because
I don't have access to a 4-STABLE machine. If anyone wants to
fix the problem (seems to be related to an unnamed union of structs),
please feel free!
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cmus/Makefile | 1 | ||||
-rw-r--r-- | audio/cmus/pkg-plist | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 18ccbd92a5f9..a0fab77f0915 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -7,6 +7,7 @@ PORTNAME= cmus PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://onion.dynserv.net/~timo/files/ diff --git a/audio/cmus/pkg-plist b/audio/cmus/pkg-plist index 127fdc275dbb..43c2a02451f6 100644 --- a/audio/cmus/pkg-plist +++ b/audio/cmus/pkg-plist @@ -9,3 +9,9 @@ lib/cmus/ip/wav.so lib/cmus/op/oss.so %%DATADIR%%/doc/cmus.html %%DATADIR%%/example/cmus-status-display +@dirrm %%DATADIR%%/example +@dirrm %%DATADIR%%/doc +@dirrm %%DATADIR%% +@dirrm lib/cmus/op +@dirrm lib/cmus/ip +@dirrm lib/cmus |