diff options
author | gahr <gahr@FreeBSD.org> | 2009-04-21 04:07:35 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-04-21 04:07:35 +0800 |
commit | 2593545e7d149eed49a924a7d8a3142177a6ac87 (patch) | |
tree | 1b81457edf912899c8c12a5b5ac3b53d376bfec0 /graphics | |
parent | 84635ef987eb73fdef6d09b8c02b3058b6eebff0 (diff) | |
download | freebsd-ports-gnome-2593545e7d149eed49a924a7d8a3142177a6ac87.tar.gz freebsd-ports-gnome-2593545e7d149eed49a924a7d8a3142177a6ac87.tar.zst freebsd-ports-gnome-2593545e7d149eed49a924a7d8a3142177a6ac87.zip |
- Fix PLIST
- Bump PORTREVISION
Reported by: PH (via pav@), QAT
Approved by: portmgr (erwin@)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/q-graph/Makefile | 1 | ||||
-rw-r--r-- | graphics/q-graph/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/q-graph/Makefile b/graphics/q-graph/Makefile index 66de9ba516b9..74f1a43b5338 100644 --- a/graphics/q-graph/Makefile +++ b/graphics/q-graph/Makefile @@ -7,6 +7,7 @@ PORTNAME= graph PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/q-lang PKGNAMEPREFIX= q- diff --git a/graphics/q-graph/pkg-plist b/graphics/q-graph/pkg-plist index 467f8ad75ded..40adc7036965 100644 --- a/graphics/q-graph/pkg-plist +++ b/graphics/q-graph/pkg-plist @@ -9,3 +9,4 @@ bin/graphed2 %%DATADIR%%/examples/graph/dijkstra.q @dirrm %%DATADIR%%/examples/graph @dirrm %%DATADIR%%/apps/graphed +@dirrmtry %%DATADIR%%/apps |