aboutsummaryrefslogtreecommitdiff
path: root/lang/sml-nj-devel/files
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2007-09-02 05:48:55 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2007-09-02 05:48:55 +0000
commit282e3928bbc944154a584ed80b27ea1915549e80 (patch)
tree4351839b84554ad8f9f9d8576efd2a37b6a23514 /lang/sml-nj-devel/files
parentf53e9f699c6bd589e5da51900f3a78ad61f4eafb (diff)
downloadports-282e3928bbc944154a584ed80b27ea1915549e80.tar.gz
ports-282e3928bbc944154a584ed80b27ea1915549e80.zip
Notes
Diffstat (limited to 'lang/sml-nj-devel/files')
-rw-r--r--lang/sml-nj-devel/files/pkg-install.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sml-nj-devel/files/pkg-install.in b/lang/sml-nj-devel/files/pkg-install.in
index 4750e0388775..cdc3840a86c7 100644
--- a/lang/sml-nj-devel/files/pkg-install.in
+++ b/lang/sml-nj-devel/files/pkg-install.in
@@ -1,7 +1,7 @@
#!/bin/sh
# This file was automatically created - don't modify it!
#%%SOURCEINFO-START%%
-# source version: $Id: pkg-install.in,v 1.15 2007/08/19 17:04:15 joemann Exp $
+# source version: $Id: pkg-install.in,v 1.17 2007/08/30 13:09:47 joemann Exp $
# installed by port/package: %%SOURCEINFO-PACKAGE%%
# installed from file: %%SOURCEINFO-FILE%%
#%%SOURCEINFO-END%%
@@ -98,7 +98,7 @@ fi
EPOCH=1
CONFIG_FORMAT=1
MAJOR=1
-MINOR=0
+MINOR=1
VERSION=$EPOCH.$CONFIG_FORMAT.$MAJOR.$MINOR
usage() {
@@ -130,7 +130,7 @@ version() {
which() {
local name executable
name="$1"
- lookup_executable "$CALLED_NAME"
+ lookup_executable "$name"
executable="$lookup_executable_result"
[ -z "$executable" ] && return 1
echo "$executable"