pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cyrus-imapd30: add symlink for cyradm in ./bin



Module Name:	pkgsrc-wip
Committed By:	Matthias Petermann <mp%petermann-it.de@localhost>
Pushed By:	mp
Date:		Thu Mar 26 10:21:01 2020 +0100
Changeset:	e9f7153a2db49fee26ea6440a264f744dad8c0b8

Modified Files:
	cyrus-imapd30/Makefile
	cyrus-imapd30/PLIST

Log Message:
cyrus-imapd30: add symlink for cyradm in ./bin

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e9f7153a2db49fee26ea6440a264f744dad8c0b8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cyrus-imapd30/Makefile | 3 ++-
 cyrus-imapd30/PLIST    | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/cyrus-imapd30/Makefile b/cyrus-imapd30/Makefile
index f989372ea8..47b96b3c6d 100644
--- a/cyrus-imapd30/Makefile
+++ b/cyrus-imapd30/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: $
 
 DISTNAME=	cyrus-imapd-3.0.13
-REVISION=	2
+REVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cyrusimap/}
 GITHUB_RELEASE=	${PKGNAME_NOREV}
@@ -131,6 +131,7 @@ post-install:
 	cd ${WRKSRC}/doc/html; for file in `find . -type f \\( -iname \\*.html -o -iname \\*.jpg -o -iname \\*.png -o -iname \\*.css -o -iname \\*.js -o -iname \\*.json \\)`; do \
 		${INSTALL_DATA} $${file} ${DESTDIR}${HTMLDIR}/$${file}; \
 	done
+	${LN} -sf ../lib/perl5/site_perl/bin/cyradm ${DESTDIR}${PREFIX}/bin
 
 .include "../../devel/zlib/buildlink3.mk"
 CONFIGURE_ARGS+=	--with-zlib=${BUILDLINK_PREFIX.zlib}
diff --git a/cyrus-imapd30/PLIST b/cyrus-imapd30/PLIST
index 1121fb7da5..56134f0320 100644
--- a/cyrus-imapd30/PLIST
+++ b/cyrus-imapd30/PLIST
@@ -1,4 +1,5 @@
 @comment $NetBSD$
+bin/cyradm
 bin/httptest
 bin/imtest
 bin/installsieve


Home | Main Index | Thread Index | Old Index