From fe923c5145e621ad435d0a2aa326acca3923021e Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 31 Jul 2008 21:18:10 +0000 Subject: - Fix plist for NOPORTDOCS=yes - Bump PORTREVISION PR: ports/126132 Submitted by: "Stefan Ehmann" (maintainer) Approved by: miwi (mentor implicit) --- net-p2p/gift/Makefile | 2 +- net-p2p/gift/pkg-plist | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index 1780d90eefac..ae8f38fbe918 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -7,7 +7,7 @@ PORTNAME= giFT PORTVERSION= 0.11.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} diff --git a/net-p2p/gift/pkg-plist b/net-p2p/gift/pkg-plist index 875afaa75f63..430220dff674 100644 --- a/net-p2p/gift/pkg-plist +++ b/net-p2p/gift/pkg-plist @@ -37,19 +37,19 @@ lib/libgiftproto.la lib/libgiftproto.so lib/libgiftproto.so.0 libdata/pkgconfig/libgift.pc -%%PORTDOCS%%share/doc/giFT/AUTHORS -%%PORTDOCS%%share/doc/giFT/COPYING -%%PORTDOCS%%share/doc/giFT/ChangeLog -%%PORTDOCS%%share/doc/giFT/INSTALL -%%PORTDOCS%%share/doc/giFT/NEWS -%%PORTDOCS%%share/doc/giFT/QUICKSTART -%%PORTDOCS%%share/doc/giFT/README -%%PORTDOCS%%share/doc/giFT/TODO -%%PORTDOCS%%share/giFT/giftd.conf.template -%%PORTDOCS%%share/giFT/mime.types -%%PORTDOCS%%share/giFT/ui/ui.conf.template +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/QUICKSTART +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%DATADIR%%/giftd.conf.template +%%DATADIR%%/mime.types +%%DATADIR%%/ui/ui.conf.template @dirrm include/libgift/proto @dirrm include/libgift -@dirrm %%PORTDOCS%%share/doc/giFT -@dirrm %%PORTDOCS%%share/giFT/ui -@dirrm %%PORTDOCS%%share/giFT +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%% -- cgit