summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2011-05-02 11:35:18 +0000
committerobache <obache>2011-05-02 11:35:18 +0000
commit74cc6da2bab10299e00025569a09a7437193d4fe (patch)
tree0ddc29245115dc3cadfbaa14a1892133479d8793 /lang
parentb5f3ac024cb86692aa7967c8b9960d87425c5e95 (diff)
downloadpkgsrc-74cc6da2bab10299e00025569a09a7437193d4fe.tar.gz
reorder entries with standard format.
Diffstat (limited to 'lang')
-rw-r--r--lang/tinyscheme/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/tinyscheme/Makefile b/lang/tinyscheme/Makefile
index e424c3736b3..2b3ebde32af 100644
--- a/lang/tinyscheme/Makefile
+++ b/lang/tinyscheme/Makefile
@@ -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 @@ HOMEPAGE= http://tinyscheme.sourceforge.net/home.html
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"