diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 2ab539dcf6641013cf030237fb4971b6a93757f5 (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /print | |
parent | 1054a5082d340e88a0cf0e94890180a792e2e11a (diff) | |
download | pkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'print')
-rw-r--r-- | print/LPRng-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index ec7ef6c8116..0ed1c957c6c 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/10/08 13:45:34 asau Exp $ +# $NetBSD: Makefile,v 1.39 2013/04/08 11:17:20 rodent Exp $ DISTNAME= LPRng-3.8.28 PKGNAME= LPRng-core-3.8.28 @@ -53,7 +53,7 @@ SPECIAL_PERMS+= bin/lpq ${SETUID_ROOT_PERMS} \ bin/lpr ${SETUID_ROOT_PERMS} \ bin/lprm ${SETUID_ROOT_PERMS} \ bin/lpstat ${SETUID_ROOT_PERMS} \ - sbin/lpc ${SETUID_ROOT_PERMS} \ + sbin/lpc ${SETUID_ROOT_PERMS} .include "../../mk/compiler.mk" |