diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-22 01:13:29 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-22 01:13:29 +0000 |
commit | b29a551e699902c8e81dc8a172cd8157b112c5cb (patch) | |
tree | 49bdd5fdcf8f4bd6dd74cf42d605967698cf1962 | |
parent | 52c86151b9f28f7903bfa1bd537ec520dc8fa75d (diff) | |
download | pkgsrc-b29a551e699902c8e81dc8a172cd8157b112c5cb.tar.gz |
Remove stray commas.
-rw-r--r-- | math/calc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index a6bb4ec51ca..cf6cc1b4df5 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/11/13 21:08:59 shattered Exp $ +# $NetBSD: Makefile,v 1.25 2012/07/22 01:13:29 dholland Exp $ DISTNAME= calc-2.02f PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Advanced Calculator for GNU Emacs PKG_DESTDIR_SUPPORT= user-destdir EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 \ - xemacs215, xemacs215nox, xemacs214, xemacs214nox + xemacs215 xemacs215nox xemacs214 xemacs214nox .include "../../editors/emacs/modules.mk" |