summaryrefslogtreecommitdiff
path: root/lang/smlnj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smlnj/Makefile')
-rw-r--r--lang/smlnj/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile
index cb60b60d8f0..7698d04fff5 100644
--- a/lang/smlnj/Makefile
+++ b/lang/smlnj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/03/04 16:38:13 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/05/26 02:13:21 joerg Exp $
#
DISTNAME= boot.${BOX}-unix
@@ -40,7 +40,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
DIST_SUBDIR= smlnj-${SML_VERSION}
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pax
# previous versions of the package had an additional '-'
CONFLICTS= sml-nj-[0-9]*
@@ -103,7 +103,7 @@ post-build:
# 3. install links to executables in $PREFIX/bin
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${SML_BASE}
- cd ${WRKDIR} && ${PAX} -rw -pam bin lib ${DESTDIR}${SML_BASE}
+ cd ${WRKDIR} && pax -rw -pam bin lib ${DESTDIR}${SML_BASE}
cd ${DESTDIR}${PREFIX}/bin && ${LN} -sf ../lib/smlnj/bin/* .
.include "../../mk/bsd.pkg.mk"