From e7a8c57aaa62afd9ee716ca3e9785ae41593df50 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Mon, 20 Jun 2022 19:55:22 -0700 Subject: [PATCH] net/sakisafe: Make corrections to the port Makefile These corrections were not committed due to an error on my part. PR: 264784 --- net/sakisafecli/Makefile | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/net/sakisafecli/Makefile b/net/sakisafecli/Makefile index f85b3bdc8767d..c058f38735eb4 100644 --- a/net/sakisafecli/Makefile +++ b/net/sakisafecli/Makefile @@ -2,12 +2,20 @@ PORTNAME= sakisafe DISTVERSION= 2.0.7 CATEGORIES= net MASTER_SITES= http://git.qorg11.net/sakisafe.git/snapshot/ + +MAINTAINER= teru-sama@ebin.city +COMMENT= Client for many file-sharing websites. + LICENSE= GPLv3 -CFLAGS= -I/usr/local/include -fPIC + LIB_DEPENDS= libconfig.so:devel/libconfig \ libcurl.so:ftp/curl -MAINTAINER= teru-sama@ebin.city -COMMENT= Client for many file-sharing websites. -WWW= https://git.qorg11.net/sakisafe.git -.include +CFLAGS= -I/usr/local/include -fPIC + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sakisafecli/sakisafecli ${STAGEDIR}${PREFIX}/bin/sakisafecli + ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafecli.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafeclirc.5 ${STAGEDIR}${MAN1PREFIX}/man/man5 + +.include