diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-06 12:34:23 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-06 12:34:23 +0800 |
commit | a46f8bdcd0bd94d6fe1cdcc8ce6a6f67bd2e39a8 (patch) | |
tree | d206a205dd3870d245c26875f1da2aaa627aad64 /mail/pymsgauth | |
parent | 0a17597462ff11896ad3e619b25fc9df0263fcef (diff) | |
download | freebsd-ports-gnome-a46f8bdcd0bd94d6fe1cdcc8ce6a6f67bd2e39a8.tar.gz freebsd-ports-gnome-a46f8bdcd0bd94d6fe1cdcc8ce6a6f67bd2e39a8.tar.zst freebsd-ports-gnome-a46f8bdcd0bd94d6fe1cdcc8ce6a6f67bd2e39a8.zip |
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
Diffstat (limited to 'mail/pymsgauth')
-rw-r--r-- | mail/pymsgauth/Makefile | 2 | ||||
-rw-r--r-- | mail/pymsgauth/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile index 7109f1205ad9..f4a04f589815 100644 --- a/mail/pymsgauth/Makefile +++ b/mail/pymsgauth/Makefile @@ -20,7 +20,7 @@ SUB_FILES= pkg-message DOCS= BUGS CHANGELOG pymsgauth.txt pymsgauth.html EXAMPLES= pymsgauthrc-example -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/mail/pymsgauth/pkg-plist b/mail/pymsgauth/pkg-plist index d89b10709098..03c52937e725 100644 --- a/mail/pymsgauth/pkg-plist +++ b/mail/pymsgauth/pkg-plist @@ -11,6 +11,6 @@ bin/pymsgauth-mail %%PORTDOCS%%%%DOCSDIR%%/pymsgauth.html %%PORTDOCS%%%%DOCSDIR%%/pymsgauth.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%EXAMPLESDIR%%/pymsgauthrc-example -@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pymsgauthrc-example +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%% |