diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-28 22:58:41 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-28 22:58:41 +0000 |
commit | a83e019f90c62f0c61f32329d238b9e00d0741da (patch) | |
tree | 67084c6e3de9c4a0da6fa7dce722dc1c424c8673 /audio/tunesbrowser/Makefile | |
parent | 464cc66818ee2560f170ec1471eb07b0faef7dab (diff) | |
download | ports-a83e019f90c62f0c61f32329d238b9e00d0741da.tar.gz ports-a83e019f90c62f0c61f32329d238b9e00d0741da.zip |
Notes
Diffstat (limited to 'audio/tunesbrowser/Makefile')
-rw-r--r-- | audio/tunesbrowser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tunesbrowser/Makefile b/audio/tunesbrowser/Makefile index d27dea151e5e..39af0d9ff983 100644 --- a/audio/tunesbrowser/Makefile +++ b/audio/tunesbrowser/Makefile @@ -16,14 +16,14 @@ COMMENT= Simple iTunes-like music player LIB_DEPENDS= opendaap.0:${PORTSDIR}/devel/libopendaap -BROKEN= Incomplete pkg-plist - USE_BZIP2= yes USE_INC_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GNOME= libglade2 gnometarget gnomehack gnomeprefix USE_GSTREAMER= mad +MAN1= tunesbrowser.1 + DATADIR= ${PREFIX}/share/gnome/${PORTNAME} pre-everything:: |