Index: head/security/keepass-plugin-keepassrpc/Makefile =================================================================== --- head/security/keepass-plugin-keepassrpc/Makefile (revision 460864) +++ head/security/keepass-plugin-keepassrpc/Makefile (revision 460865) @@ -1,41 +1,41 @@ # Created by: Ben Woods # $FreeBSD$ PORTNAME= keepassrpc PORTVERSION= 1.7.3.1 -PORTREVISION= 1 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= security PKGNAMEPREFIX= keepass-plugin- MAINTAINER= woodsb02@FreeBSD.org COMMENT= KeePass plugin which facilitates the Kee Firefox plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= keepass>0:security/keepass LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus USES= mono USE_GITHUB= yes GH_ACCOUNT= kee-org NO_ARCH= yes DATADIR= ${PREFIX}/share/keepass/Plugins OPTIONS_DEFINE= DEBUG DEBUG_VARS= config=Debug DEBUG_VARS_OFF= config=Release do-build: (cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:KeePassRPC /p:Configuration=${CONFIG}) do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/KeePassRPC/bin/${CONFIG} && \ ${RM} ./KeePass.exe && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .include