pkgsrc-WIP-changes archive

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

fricas-svn: Use fullpath for svn-package.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 19:48:27 2016 +0200
Changeset:	e9f7d49575446a58adf0c29b6d07e04a3a8d0e91

Modified Files:
	fricas-svn/Makefile

Log Message:
fricas-svn: Use fullpath for svn-package.mk

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

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

diffstat:
 fricas-svn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fricas-svn/Makefile b/fricas-svn/Makefile
index 994c490..fca62ad 100644
--- a/fricas-svn/Makefile
+++ b/fricas-svn/Makefile
@@ -45,6 +45,6 @@ SVN_REPO.fricas=	http://fricas.svn.sourceforge.net/svnroot/fricas/trunk
 
 WRKSRC=			${WRKDIR}/fricas
 
-.include "../mk/svn-package.mk"
+.include "../../wip/mk/svn-package.mk"
 .endif
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index