diff options
author | krion <krion@FreeBSD.org> | 2004-01-31 06:59:08 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-31 06:59:08 +0800 |
commit | da44065339901e8f9649a3f20844de1148ca4b41 (patch) | |
tree | a55a5840885e6ea5592ab44bed7d8b176e673b07 | |
parent | 0f62b47d128ee9dbee3b4780e6f72add33f60c6e (diff) | |
download | freebsd-ports-gnome-da44065339901e8f9649a3f20844de1148ca4b41.tar.gz freebsd-ports-gnome-da44065339901e8f9649a3f20844de1148ca4b41.tar.zst freebsd-ports-gnome-da44065339901e8f9649a3f20844de1148ca4b41.zip |
- Fix plist and bump PORTREVISION
Noticed by: bento via kris
-rw-r--r-- | audio/libsamplerate/Makefile | 1 | ||||
-rw-r--r-- | audio/libsamplerate/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/latex2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/latex2html/pkg-plist | 1 | ||||
-rw-r--r-- | x11/mgapdesk/Makefile | 1 | ||||
-rw-r--r-- | x11/mgapdesk/pkg-plist | 1 |
6 files changed, 6 insertions, 1 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index db284b793cc0..3dca20f162fc 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsamplerate PORTVERSION= 0.0.15 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ diff --git a/audio/libsamplerate/pkg-plist b/audio/libsamplerate/pkg-plist index 2e471274cc63..df4225a483b2 100644 --- a/audio/libsamplerate/pkg-plist +++ b/audio/libsamplerate/pkg-plist @@ -17,3 +17,4 @@ libdata/pkgconfig/samplerate.pc %%PORTDOCS%%%%DOCSDIR%%/lists.html %%PORTDOCS%%%%DOCSDIR%%/quality.html %%PORTDOCS%%%%DOCSDIR%%/win32.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 752fd29342dd..aa4c6c86e92e 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -7,7 +7,7 @@ PORTNAME= latex2html PORTVERSION= 2002.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/${PORTNAME} diff --git a/textproc/latex2html/pkg-plist b/textproc/latex2html/pkg-plist index c763384e076f..b559c006f826 100644 --- a/textproc/latex2html/pkg-plist +++ b/textproc/latex2html/pkg-plist @@ -320,6 +320,7 @@ share/texmf/tex/latex/html/url.sty share/texmf/tex/latex/html/verbatimfiles.sty @exec /usr/local/bin/mktexlsr @unexec /usr/local/bin/mktexlsr +@dirrm lib/latex2html @dirrm share/doc/latex2html @dirrm share/latex2html/IndicTeX-HTML @dirrm share/latex2html/L2hos diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile index 1b712f7886b4..69e60eed6c28 100644 --- a/x11/mgapdesk/Makefile +++ b/x11/mgapdesk/Makefile @@ -7,6 +7,7 @@ PORTNAME= mgapdesk PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.matrox.com/pub/mga/archive/linux/2001/powerdesk_1_00_7/ DISTNAME= ${PORTNAME}-1_00-7beta_src diff --git a/x11/mgapdesk/pkg-plist b/x11/mgapdesk/pkg-plist index 6844ccf79c84..8379330bd946 100644 --- a/x11/mgapdesk/pkg-plist +++ b/x11/mgapdesk/pkg-plist @@ -22,3 +22,4 @@ share/mgapdesk/pixmaps/s1.xpm share/mgapdesk/pixmaps/s2.xpm share/mgapdesk/pixmaps/screen.xpm @dirrm share/mgapdesk/pixmaps +@dirrm share/mgapdesk |