diff options
author | martymac <martymac@FreeBSD.org> | 2014-05-19 14:21:06 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-05-19 14:21:06 +0800 |
commit | f358ecb4768d93919606274a436b5d9edadff45c (patch) | |
tree | 17939969049661fec42c1fee016914473d58bc92 /multimedia | |
parent | 22cda9d229b2c6fbbac1e53226e9ee85512d8c99 (diff) | |
download | freebsd-ports-gnome-f358ecb4768d93919606274a436b5d9edadff45c.tar.gz freebsd-ports-gnome-f358ecb4768d93919606274a436b5d9edadff45c.tar.zst freebsd-ports-gnome-f358ecb4768d93919606274a436b5d9edadff45c.zip |
- Add documentation files
- Silent check-plist warning regarding orphaned .la file
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvdread/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libdvdread/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index edf8e93b4b7e..c7e3ef1b89dd 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -3,7 +3,7 @@ PORTNAME= libdvdread PORTVERSION= 4.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://dvdnav.mplayerhq.hu/releases/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ @@ -19,6 +19,8 @@ INSTALL_TARGET= install-strip USES= gmake libtool:oldver pathfix pkgconfig tar:xz USE_LDCONFIG= yes +PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO + OPTIONS_DEFINE= DVDCSS .if !defined(PACKAGE_BUILDING) OPTIONS_DEFAULT= DVDCSS diff --git a/multimedia/libdvdread/pkg-plist b/multimedia/libdvdread/pkg-plist index 39641f6f744c..f071172f8fc7 100644 --- a/multimedia/libdvdread/pkg-plist +++ b/multimedia/libdvdread/pkg-plist @@ -8,6 +8,7 @@ include/dvdread/nav_print.h include/dvdread/nav_read.h include/dvdread/nav_types.h lib/libdvdread.a +@comment lib/libdvdread.la lib/libdvdread.so lib/libdvdread.so.5 libdata/pkgconfig/dvdread.pc |