diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-19 22:50:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-19 22:50:02 +0800 |
commit | 20eb6cc8116238f947b2d06b740885a43d391461 (patch) | |
tree | 468b36dcc6cf2453a6c2b286b8d9f6ff72e0615a /graphics | |
parent | 8f4f88bee416e32b883467c09c0fcba1c4cbf5a9 (diff) | |
download | freebsd-ports-gnome-20eb6cc8116238f947b2d06b740885a43d391461.tar.gz freebsd-ports-gnome-20eb6cc8116238f947b2d06b740885a43d391461.tar.zst freebsd-ports-gnome-20eb6cc8116238f947b2d06b740885a43d391461.zip |
- Don't remove directories not created by this port
- Fix DOCS deinstall
Reported by: pkg (DEVELOPER_MODE)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ampasCTL/Makefile | 2 | ||||
-rw-r--r-- | graphics/ampasCTL/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile index adc4c5619e1c..56a4e84e9852 100644 --- a/graphics/ampasCTL/Makefile +++ b/graphics/ampasCTL/Makefile @@ -1,7 +1,5 @@ # Created by: nork@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= ampasCTL PORTVERSION= 1.4.1 diff --git a/graphics/ampasCTL/pkg-plist b/graphics/ampasCTL/pkg-plist index 7a5392143c3d..9b6f0e9ce182 100644 --- a/graphics/ampasCTL/pkg-plist +++ b/graphics/ampasCTL/pkg-plist @@ -34,6 +34,5 @@ lib/libIlmCtlSimd.so.2 libdata/pkgconfig/CTL.pc %%PORTDOCS%%%%DOCSDIR%%/CtlManual.doc %%PORTDOCS%%%%DOCSDIR%%/CtlManual.pdf -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry share/applications +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry include/CTL |