Index: head/mail/mulberry/Makefile =================================================================== --- head/mail/mulberry/Makefile (revision 59039) +++ head/mail/mulberry/Makefile (revision 59040) @@ -1,61 +1,62 @@ # New ports collection makefile for: mulberry # Date created: 12 Dec 2001 # Whom: Yarema # # $FreeBSD$ # PORTNAME= mulberry -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cyrusoft.com/pub/Mulberry/v${PORTVERSION:S/./_/g}/ DIST_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-rh6 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTCRYPTO= MulberryS${EXTRACT_SUFX} EXTRACT_SUFX= .tgz MAINTAINER= yds@CoolRat.org USE_LINUX= yes NO_BUILD= yes NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 .include .if defined(WITH_CRYPTO) NO_CDROM= Contains cryptography (can't redistribute) NO_PACKAGE= Contains cryptography (can't place on server for distribution) RESTRICTED= Contains cryptography (can't place on server for distribution) .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTCRYPTO}) IGNORE= You must manually fetch the ${DISTCRYPTO} Plug-ins tarball from https://www.cyrusoft.com/cgi-bin/crypto and place it in ${DISTDIR}/${DIST_SUBDIR}/ and then run 'make -DWITH_CRYPTO install' again .endif RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg DISTFILES+= ${DISTCRYPTO} PLIST_SUB+= CRYPTO="" .else PLIST_SUB+= CRYPTO="@comment " .endif +INSTALL_DIR?= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 PLUGINSDIR= ${PREFIX}/lib/${PORTNAME}/Plug-ins PIXMAPSDIR= ${PREFIX}/share/pixmaps do-install: - ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${PLUGINSDIR} - ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${PIXMAPSDIR} + ${INSTALL_DIR} ${PLUGINSDIR} + ${INSTALL_DIR} ${PIXMAPSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/Plug-ins/* ${PLUGINSDIR} ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/icons/* ${PIXMAPSDIR} .if !defined(NOPORTDOCS) - ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${DOCSDIR} + ${INSTALL_DIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/CHANGES* ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Mulberry_License ${DOCSDIR} .endif post-install: @${ECHO} "" @${CAT} ${PKGMESSAGE} @${ECHO} "" .include Property changes on: head/mail/mulberry/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/mail/mulberry/distinfo =================================================================== --- head/mail/mulberry/distinfo (revision 59039) +++ head/mail/mulberry/distinfo (revision 59040) @@ -1,2 +1,2 @@ -MD5 (mulberry/mulberry-2_2-rh6.tgz) = bba47d92a5b678e191340bded542faf8 -MD5 (mulberry/MulberryS.tgz) = e11f353c58981d16c798feb7d689367b +MD5 (mulberry/mulberry-2_2_1-rh6.tgz) = 0fde1747c3f30ea3fcddb27575204087 +MD5 (mulberry/MulberryS.tgz) = 14e1b7477b7bdcb3bce8643282fa811b Property changes on: head/mail/mulberry/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property