pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/eieio



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Sep 30 10:09:28 UTC 2017

Modified Files:
        pkgsrc/lang/eieio: Makefile

Log Message:
Fix syntax error.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/eieio/Makefile

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

Modified files:

Index: pkgsrc/lang/eieio/Makefile
diff -u pkgsrc/lang/eieio/Makefile:1.24 pkgsrc/lang/eieio/Makefile:1.25
--- pkgsrc/lang/eieio/Makefile:1.24     Fri Sep 29 12:40:27 2017
+++ pkgsrc/lang/eieio/Makefile  Sat Sep 30 10:09:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/09/29 12:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2017/09/30 10:09:28 joerg Exp $
 
 DISTNAME=      eieio-0.17
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE=     http://cedet.sourceforge.net/e
 COMMENT=       Enhanced Integration of Emacs Interpreted Objects
 
 EMACS_VERSIONS_ACCEPTED= \
-       emacs20 emacs21 emacs21nox 
+       emacs20 emacs21 emacs21nox \
        xemacs214 xemacs214nox xemacs215 xemacs215nox
 
 EMACS_MODULES+=        base



Home | Main Index | Thread Index | Old Index