diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-12-05 12:35:11 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-12-05 12:35:11 +0000 |
commit | e5f8f694a686a6454b319a6104e82472c5718e9b (patch) | |
tree | d6bbfaa39ac9fafb7934b4a7a6f4a1c1cde99a87 /net-mgmt | |
parent | - Fixed pkg-plist (diff) |
- Fixed pkg-plistĀ½
Reported by: kris
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ifgraph/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/ifgraph/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/ifgraph/Makefile b/net-mgmt/ifgraph/Makefile index 6cf6c823eb33..5e807a7fadd2 100644 --- a/net-mgmt/ifgraph/Makefile +++ b/net-mgmt/ifgraph/Makefile @@ -7,6 +7,7 @@ PORTNAME= ifgraph PORTVERSION= 0.4.9 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= http://ifgraph.sourceforge.net/stable/ diff --git a/net-mgmt/ifgraph/pkg-plist b/net-mgmt/ifgraph/pkg-plist index af0d537080fc..9f7fc5035436 100644 --- a/net-mgmt/ifgraph/pkg-plist +++ b/net-mgmt/ifgraph/pkg-plist @@ -22,8 +22,10 @@ ifgraph/templates/pt-br/main-trailer.html @dirrm ifgraph/templates/en/ @dirrm ifgraph/templates/pt-br/ @dirrm ifgraph/templates +@dirrm ifgraph/htdocs @unexec rmdir %D/ifgraph 2>/dev/null || true @unexec rmdir %D/var/ifgraph 2>/dev/null || true +@unexec rmdir %D/var 2>/dev/null || true %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/INSTALACAO %%PORTDOCS%%%%DOCSDIR%%/INSTALL |