pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tinyscheme reorder entries with standard format.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/847dff2da10a
branches:  trunk
changeset: 588181:847dff2da10a
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon May 02 11:35:18 2011 +0000

description:
reorder entries with standard format.

diffstat:

 lang/tinyscheme/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 16ea886684a6 -r 847dff2da10a lang/tinyscheme/Makefile
--- a/lang/tinyscheme/Makefile  Mon May 02 11:16:42 2011 +0000
+++ b/lang/tinyscheme/Makefile  Mon May 02 11:35:18 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/04/16 16:10:59 asau Exp $
+# $NetBSD: Makefile,v 1.14 2011/05/02 11:35:18 obache Exp $
 
 DISTNAME=      tinyscheme-1.40
 CATEGORIES=    lang
@@ -9,10 +9,12 @@
 COMMENT=       R5RS small embeddable scheme implementation
 LICENSE=       modified-bsd
 
-MAKE_FILE=     makefile
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LIBTOOL=   yes
 
-PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_FILE=     makefile
+
 INSTALLATION_DIRS=     bin include lib share/tinyscheme
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index