pkgsrc-WIP-changes archive

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

correction to Makefile - post-extract fixup - correct whitespace typo



Module Name:	pkgsrc-wip
Committed By:	Izaac <izaac%setec.org@localhost>
Pushed By:	izaac
Date:		Tue Jun 7 17:51:04 2016 -0400
Changeset:	ffb0b485b8e1c30c7b11152ca6e8a8c05e87a281

Modified Files:
	syncthing-discosrv/Makefile

Log Message:
correction to Makefile
- post-extract fixup
- correct whitespace typo

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

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

diffstat:
 syncthing-discosrv/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/syncthing-discosrv/Makefile b/syncthing-discosrv/Makefile
index 644c0bf..b5b8ac0 100644
--- a/syncthing-discosrv/Makefile
+++ b/syncthing-discosrv/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE=	${MASTER_SITE_GITHUB:=syncthing/discosrv/}
 COMMENT=	Syncthing discovery server
 LICENSE=	mit
 
-EXTRACT_USING=bsdtar
+EXTRACT_USING=		bsdtar
 WRKSRC=			${WRKDIR}/syncthing-0.13.5
 BUILD_DEPENDS+=		go-[0-9]*:../../lang/go
 NO_CONFIGURE=		yes
@@ -41,9 +41,9 @@ RCD_SCRIPTS=                    stdisco
 MAKE_ENV+=	GOPATH=${WRKSRC}
 
 post-extract:
-	${MKDIR} ${WRKSRC}/src/github.com/syncthing
+	${MKDIR} ${WRKSRC}/github.com/syncthing
+	${LN} -s ../.. ${WRKSRC}/github.com/syncthing/syncthing
 	${LN} -s . ${WRKSRC}/src
-	${LN} -s ../.. ${WRKSRC}/src/github.com/syncthing/syncthing
 
 do-build:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/go run build.go build discosrv


Home | Main Index | Thread Index | Old Index