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 /games/pingus/Makefile | |
parent | 1054a5082d340e88a0cf0e94890180a792e2e11a (diff) | |
download | pkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'games/pingus/Makefile')
-rw-r--r-- | games/pingus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index f3310015fc3..60ba02991e2 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/02/16 11:21:25 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/08 11:17:14 rodent Exp $ DISTNAME= pingus-0.7.3 PKGREVISION= 8 @@ -28,8 +28,7 @@ SCONS_CXX= ${CXX} -std=c++11 SCONS_CXX= ${CXX} .endif -MAKE_ENV+= CPPPATH=${BUILDLINK_DIR}/include \ - LIBPATH=${BUILDLINK_DIR}/lib +MAKE_ENV+= CPPPATH=${BUILDLINK_DIR}/include LIBPATH=${BUILDLINK_DIR}/lib do-configure: cd ${WRKSRC} && \ |