diff options
author | mat <mat@FreeBSD.org> | 2014-02-12 22:03:25 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-12 22:03:25 +0800 |
commit | 9476e99318c386a8d87bc82fa710217e9ab15e5e (patch) | |
tree | 9a2d423cc667de912158ddaaec622d174862afeb /databases | |
parent | 6b3480f4f2f6baf71f3be636119586fb52bbc226 (diff) | |
download | freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.tar.gz freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.tar.zst freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.zip |
Fix old makeplist bug.
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbtool/Makefile | 2 | ||||
-rw-r--r-- | databases/dbtool/pkg-plist | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index 5c47960955b3..f834cb73b737 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbtool PORTVERSION= 1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= http://www.daemon.de/idisk/Apps/dbtool/ diff --git a/databases/dbtool/pkg-plist b/databases/dbtool/pkg-plist index f610e4fc99c6..e345834efe7d 100644 --- a/databases/dbtool/pkg-plist +++ b/databases/dbtool/pkg-plist @@ -6,7 +6,7 @@ bin/dbtool %%PORTEXAMPLES%%%%EXAMPLESDIR%%/locate/updatedb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uback/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/account-db -@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/locate -@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uback -@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%% +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/account-db +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/locate +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/uback +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% |