diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-21 15:53:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-21 15:53:01 +0000 |
commit | bc5634fc2c9b0117f00029b5c92d31fced895bd5 (patch) | |
tree | 844cd45712fab0de0f40b4f88ad7e16913aad01a /palm/pilrc | |
parent | 0c80db04b3057df48325921e83d3bd176399c716 (diff) |
Notes
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%% |