pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/libspectrum Style nits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f78f5e9a7282
branches:  trunk
changeset: 462810:f78f5e9a7282
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Oct 14 10:12:02 2003 +0000

description:
Style nits.

diffstat:

 emulators/libspectrum/Makefile |  15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 2dc16d6b79c5 -r f78f5e9a7282 emulators/libspectrum/Makefile
--- a/emulators/libspectrum/Makefile    Tue Oct 14 10:10:46 2003 +0000
+++ b/emulators/libspectrum/Makefile    Tue Oct 14 10:12:02 2003 +0000
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile,v 1.4 2003/10/14 10:10:46 salo Exp $
+# $NetBSD: Makefile,v 1.5 2003/10/14 10:12:02 salo Exp $
+#
 
 DISTNAME=      libspectrum-0.2.0.1
 CATEGORIES=    emulators
@@ -9,12 +10,13 @@
 COMMENT=       ZX Spectrum emulator file format library
 
 USE_PERL5=     build
-USE_BUILDLINK2=        yes
-USE_LIBTOOL=   yes
-GNU_CONFIGURE= yes
-LIBTOOL_OVERRIDE=${WRKSRC}/libtool
+USE_BUILDLINK2=        YES
+USE_LIBTOOL=   YES
+GNU_CONFIGURE= YES
 
-CONFIGURE_ENV+=        PERL=${PERL5}
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+
+CONFIGURE_ENV+=                PERL=${PERL5}
 
 DOCDIR=                ${PREFIX}/share/doc/libspectrum
 
@@ -24,4 +26,5 @@
 
 .include "../../devel/glib/buildlink2.mk"
 .include "../../lang/perl5/buildlink2.mk"
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index