diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-10 02:52:09 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-10 02:52:09 +0800 |
commit | 6f38cd6831a54ad60bf831b265dba32348dc624d (patch) | |
tree | 2635db746a76fc1f697e603b924c7502251855c2 /net | |
parent | aec7750a14810b694e9f694689b6dfd290a7ecf2 (diff) | |
download | freebsd-ports-graphics-6f38cd6831a54ad60bf831b265dba32348dc624d.tar.gz freebsd-ports-graphics-6f38cd6831a54ad60bf831b265dba32348dc624d.tar.zst freebsd-ports-graphics-6f38cd6831a54ad60bf831b265dba32348dc624d.zip |
Fix plist with -DNOPORT*.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Diffstat (limited to 'net')
-rw-r--r-- | net/AquaGatekeeper/pkg-plist | 2 | ||||
-rw-r--r-- | net/AquaGatekeeper2/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/AquaGatekeeper/pkg-plist b/net/AquaGatekeeper/pkg-plist index 1a4fc5ac43b..4132250e906 100644 --- a/net/AquaGatekeeper/pkg-plist +++ b/net/AquaGatekeeper/pkg-plist @@ -20,4 +20,4 @@ etc/AquaGatekeeper.cfg.sample %%EXAMPLESDIR%%/Example.cfg %%PORTDOCS%%@dirrm %%DOCSDIR%%/Rus %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +@dirrm %%EXAMPLESDIR%% diff --git a/net/AquaGatekeeper2/pkg-plist b/net/AquaGatekeeper2/pkg-plist index d08193da9ea..bf498d3b644 100644 --- a/net/AquaGatekeeper2/pkg-plist +++ b/net/AquaGatekeeper2/pkg-plist @@ -18,4 +18,4 @@ etc/AquaGatekeeper.cfg.sample %%EXAMPLESDIR%%/Example.cfg %%PORTDOCS%%@dirrm %%DOCSDIR%%/Rus %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +@dirrm %%EXAMPLESDIR%% |