Don't put non-ascii characters in the Makefile

This commit is contained in:
danj 2016-11-03 09:46:44 +00:00
parent b063f0361d
commit 5a5e275ded
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2016/05/19 11:24:41 shadchin Exp $ # $OpenBSD: Makefile,v 1.36 2016/11/03 09:46:44 danj Exp $
COMMENT= flash-card tool which optimises your learning process COMMENT= flash-card tool which optimises your learning process
@ -6,10 +6,11 @@ MODPY_EGG_VERSION = 2.3.6
DISTNAME= Mnemosyne-${MODPY_EGG_VERSION} DISTNAME= Mnemosyne-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME:L} PKGNAME= ${DISTNAME:L}
CATEGORIES= games education CATEGORIES= games education
REVISION= 0
HOMEPAGE= http://www.mnemosyne-proj.org/ HOMEPAGE= http://www.mnemosyne-proj.org/
MAINTAINER = Nils Reuße <n.reusse@hxgn.net> MAINTAINER = Nils Reusse <n.reusse@hxgn.net>
# GPLv2 # GPLv2
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,14 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/05/03 18:42:51 jca Exp $ # $OpenBSD: Makefile,v 1.2 2016/11/03 09:46:44 danj Exp $
COMMENT= customizable and lightweight notification-daemon COMMENT= customizable and lightweight notification-daemon
DISTNAME = dunst-1.1.0 DISTNAME = dunst-1.1.0
REVISION = 0
CATEGORIES = x11 CATEGORIES = x11
HOMEPAGE= http://www.knopwob.org/dunst/ HOMEPAGE= http://www.knopwob.org/dunst/
MAINTAINER = Timo Myyrä <timo.myyra@wickedbsd.net> MAINTAINER = Timo Myyra <timo.myyra@wickedbsd.net>
# BSD # BSD
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes