summaryrefslogtreecommitdiff
path: root/security/zebedee
diff options
context:
space:
mode:
Diffstat (limited to 'security/zebedee')
-rw-r--r--security/zebedee/Makefile6
-rw-r--r--security/zebedee/files/patch-Makefile (renamed from security/zebedee/files/patch-aa)0
-rw-r--r--security/zebedee/pkg-plist16
3 files changed, 9 insertions, 13 deletions
diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile
index bdc1aed4db3f..53623940442c 100644
--- a/security/zebedee/Makefile
+++ b/security/zebedee/Makefile
@@ -20,9 +20,7 @@ EXAMPLES= vncviewer.zbd vncserver.zbd server.key server.id client1.key \
client2.key clients.id
DOCS= README.txt LICENCE.txt CHANGES.txt zebedee.html ftpgw.tcl.html
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
@${REINPLACE_CMD} \
@@ -40,11 +38,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${e} ${STAGEDIR}${EXAMPLESDIR}
.endfor
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for d in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>
diff --git a/security/zebedee/files/patch-aa b/security/zebedee/files/patch-Makefile
index 047e600ad712..047e600ad712 100644
--- a/security/zebedee/files/patch-aa
+++ b/security/zebedee/files/patch-Makefile
diff --git a/security/zebedee/pkg-plist b/security/zebedee/pkg-plist
index bd5e9b6d2972..1ce9811b5db7 100644
--- a/security/zebedee/pkg-plist
+++ b/security/zebedee/pkg-plist
@@ -3,17 +3,17 @@ bin/zebedee
etc/server.zbd.sample
man/man1/ftpgw.tcl.1.gz
man/man1/zebedee.1.gz
-%%EXAMPLESDIR%%/client1.key
-%%EXAMPLESDIR%%/client2.key
-%%EXAMPLESDIR%%/clients.id
-%%EXAMPLESDIR%%/server.id
-%%EXAMPLESDIR%%/server.key
-%%EXAMPLESDIR%%/vncserver.zbd
-%%EXAMPLESDIR%%/vncviewer.zbd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client1.key
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client2.key
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clients.id
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server.id
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server.key
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vncserver.zbd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vncviewer.zbd
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENCE.txt
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/ftpgw.tcl.html
%%PORTDOCS%%%%DOCSDIR%%/zebedee.html
-@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%