diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-21 23:53:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-21 23:53:01 +0800 |
commit | cf03c3ba2b08e25cc47e0e94d054e23480525353 (patch) | |
tree | 844cd45712fab0de0f40b4f88ad7e16913aad01a /palm/pilrc | |
parent | cdb7b23812f2e671c20dbe76126931226a3ee29a (diff) | |
download | freebsd-ports-gnome-cf03c3ba2b08e25cc47e0e94d054e23480525353.tar.gz freebsd-ports-gnome-cf03c3ba2b08e25cc47e0e94d054e23480525353.tar.zst freebsd-ports-gnome-cf03c3ba2b08e25cc47e0e94d054e23480525353.zip |
Unbreak
Diffstat (limited to 'palm/pilrc')
-rw-r--r-- | palm/pilrc/Makefile | 2 | ||||
-rw-r--r-- | palm/pilrc/pkg-plist | 18 |
2 files changed, 11 insertions, 9 deletions
diff --git a/palm/pilrc/Makefile b/palm/pilrc/Makefile index 9ae70993f076..803508143586 100644 --- a/palm/pilrc/Makefile +++ b/palm/pilrc/Makefile @@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --enable-pilrcui USE_GNOME= gtk12 GNU_CONFIGURE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/palm/pilrc/pkg-plist b/palm/pilrc/pkg-plist index 0395d8ee012e..1096d31a1046 100644 --- a/palm/pilrc/pkg-plist +++ b/palm/pilrc/pkg-plist @@ -1,11 +1,11 @@ bin/pilrc bin/pilrcui -%%DOCS%%%%DOCSDIR%%/archive.html -%%DOCS%%%%DOCSDIR%%/contrib.html -%%DOCS%%%%DOCSDIR%%/download.html -%%DOCS%%%%DOCSDIR%%/history.html -%%DOCS%%%%DOCSDIR%%/images/download.gif -%%DOCS%%%%DOCSDIR%%/index.html -%%DOCS%%%%DOCSDIR%%/manual.html -%%DOCS%%@dirrm %%DOCSDIR%%/images -%%DOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/archive.html +%%PORTDOCS%%%%DOCSDIR%%/contrib.html +%%PORTDOCS%%%%DOCSDIR%%/download.html +%%PORTDOCS%%%%DOCSDIR%%/history.html +%%PORTDOCS%%%%DOCSDIR%%/images/download.gif +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/manual.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/images +%%PORTDOCS%%@dirrm %%DOCSDIR%% |