diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-31 21:18:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-31 21:18:10 +0000 |
commit | b293a4bf6e44e87985adaaf215f97e2a6add1608 (patch) | |
tree | ced6208c43ce12b1e05a94384fce6d4819459da9 /net-p2p | |
parent | e35f80bb2306488e40feb8b9e3915410cf5df097 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gift/pkg-plist | 28 |
2 files changed, 15 insertions, 15 deletions
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%% |