diff options
author | mef <mef> | 2016-10-10 02:14:15 +0000 |
---|---|---|
committer | mef <mef> | 2016-10-10 02:14:15 +0000 |
commit | d91432da3b7a2af90abfc507cdcfb118f7db68c0 (patch) | |
tree | 2eb366621e5662a74fe0e381b78f4cc348597e5a /devel | |
parent | 1c7e7bdfcd836c905da2b0f198e119fb4f721f3a (diff) | |
download | pkgsrc-d91432da3b7a2af90abfc507cdcfb118f7db68c0.tar.gz |
Removing trailing white-space in pkgsrc Makefile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pdcurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pdcurses/Makefile b/devel/pdcurses/Makefile index 52abb2357f6..2d49fa657fa 100644 --- a/devel/pdcurses/Makefile +++ b/devel/pdcurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/10/10 02:12:57 mef Exp $ +# $NetBSD: Makefile,v 1.11 2016/10/10 02:14:15 mef Exp $ DISTNAME= PDCurses-3.4 PKGNAME= ${DISTNAME:tl} @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pdcurses.sourceforge.net/ COMMENT= Public domain implementation of the X/Open curses standard #LICENSE= See README, Legal Stuff part, starting with: -# The core package is in the public domain, but small portions of PDCurses +# The core package is in the public domain, but small portions of PDCurses # are subject to copyright under various licenses GNU_CONFIGURE= yes |