diff options
author | lth <lth@FreeBSD.org> | 2004-12-05 20:35:11 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-12-05 20:35:11 +0800 |
commit | 9e3e923dd301f5fd6641d9b8bf6645940199fc83 (patch) | |
tree | 76c70a80dc0dd6838fed4014732888067cc11e6b /net-mgmt/ifgraph | |
parent | 5a7d1197cd47267e78eb18ded5df81870f007e32 (diff) | |
download | freebsd-ports-gnome-9e3e923dd301f5fd6641d9b8bf6645940199fc83.tar.gz freebsd-ports-gnome-9e3e923dd301f5fd6641d9b8bf6645940199fc83.tar.zst freebsd-ports-gnome-9e3e923dd301f5fd6641d9b8bf6645940199fc83.zip |
- Fixed pkg-plistĀ½
Reported by: kris
Diffstat (limited to 'net-mgmt/ifgraph')
-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 |