pkgsrc-WIP-changes archive

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

(mule11/Makefile) Correction to WRKSRC, was missing "p".



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Mon Oct 12 18:22:25 2015 +0900
Changeset:	b139378ac480308a516210f8f849353017a7d883

Modified Files:
	mule11/Makefile

Log Message:
(mule11/Makefile) Correction to WRKSRC, was missing "p".

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

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

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

diffs:
diff --git a/mule11/Makefile b/mule11/Makefile
index 85f26d6..9bcd4ba 100644
--- a/mule11/Makefile
+++ b/mule11/Makefile
@@ -13,7 +13,7 @@ COMMENT=		Classical Mule (MULtilingual Enhancement of GNU Emacs), based on 18.59
 LICENSE=		gnu-gpl-v1
 MAKE_JOBS_SAFE=		no
 
-WRKSRC=			${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+WRKSRC=			${WRKDIR}/${GITHUB_PROJECT}-p${PKGVERSION_NOREV}
 USE_TOOLS=		gmake
 
 # this chunk should be before SUBST_CLASSES= pref


Home | Main Index | Thread Index | Old Index