Currently productivity/taskd puts a copy of generate.server as vars,
this installs the proper one.
-- 
viq <vic...@gmail.com>
Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/taskd/Makefile,v
retrieving revision 1.5
diff -u -p -u -d -r1.5 Makefile
--- Makefile	28 Jan 2016 17:15:00 -0000	1.5
+++ Makefile	6 Feb 2016 09:21:18 -0000
@@ -3,6 +3,7 @@
 COMMENT =	lightweight server providing access to task data
 
 DISTNAME =	taskd-1.1.0
+REVISION =	0
 CATEGORIES =	productivity net
 
 HOMEPAGE =	http://www.taskwarrior.org/
@@ -38,6 +39,8 @@ NO_TEST =		Yes
 post-install:
 	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/taskd/pki/
 	${INSTALL_SCRIPT} ${WRKSRC}/pki/generate!(*.orig) \
+		${PREFIX}/share/examples/taskd/pki/
+	${INSTALL_SCRIPT} ${WRKSRC}/pki/vars \
 		${PREFIX}/share/examples/taskd/pki/
 	${INSTALL_DATA} ${WRKSRC}/pki/README \
 		${PREFIX}/share/examples/taskd/pki/
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/productivity/taskd/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -d -r1.3 PLIST
--- pkg/PLIST	28 Jan 2016 17:15:05 -0000	1.3
+++ pkg/PLIST	6 Feb 2016 09:21:18 -0000
@@ -18,6 +18,7 @@ bin/taskdctl
 @man man/man1/taskd.1
 @man man/man1/taskdctl.1
 @man man/man5/taskdrc.5
+share/doc/pkg-readmes/${FULLPKGNAME}
 share/examples/taskd/
 share/examples/taskd/config
 @mode 0600
@@ -27,7 +28,6 @@ share/examples/taskd/config
 @mode
 @owner
 @group
-share/doc/pkg-readmes/${FULLPKGNAME}
 share/examples/taskd/pki/
 share/examples/taskd/pki/README
 share/examples/taskd/pki/generate
@@ -35,7 +35,7 @@ share/examples/taskd/pki/generate.ca
 share/examples/taskd/pki/generate.client
 share/examples/taskd/pki/generate.crl
 share/examples/taskd/pki/generate.server
-@sample share/examples/taskd/pki/vars
+share/examples/taskd/pki/vars
 share/taskd/
 share/taskd/AUTHORS
 share/taskd/COPYING

Reply via email to