X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=ports%2Fnncp%2FMakefile;h=920d86325681f0f9cb95cb4c394e6ae60d32740b;hb=829fe10fa752d263386772680fa1a8b87e9e90fa;hp=3efb3ea011d4bca4740fbc7b029d2748e6604f34;hpb=e62f2727d30cd7166d88447c234dd1f3586f11e0;p=nncp.git diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index 3efb3ea..920d863 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -1,7 +1,5 @@ -# $FreeBSD: $ - PORTNAME= nncp -DISTVERSION= 5.3.2 +DISTVERSION= 8.8.1 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ @@ -11,11 +9,12 @@ COMMENT= Utilities for secure store-and-forward files, mail, command exchanging LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= go:no_targets tar:xz +USES= go:modules,no_targets tar:xz USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss MAKE_ARGS= INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH} +MAKE_ENV= ${GO_ENV} INSTALL_TARGET= install-strip SUB_FILES= pkg-message pkg-install pkg-deinstall @@ -26,6 +25,7 @@ PORTDOCS= AUTHORS NEWS NEWS.RU README README.RU THANKS OPTIONS_DEFINE= DOCS post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample .include