diff options
author | Jason Evans <jasone@FreeBSD.org> | 2001-12-24 09:26:49 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2001-12-24 09:26:49 +0000 |
commit | 7f251687a22aeb89ecf5d07a5faba498008926ef (patch) | |
tree | 21539ba7567b7436c2dd68a53ac53cfa3f976683 /lang/onyx/Makefile | |
parent | 00e2acc6071aad182d9f859537516924299ccf1f (diff) |
Notes
Diffstat (limited to 'lang/onyx/Makefile')
-rw-r--r-- | lang/onyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 2a502b757f0f..3bdf3b4131b0 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= onyx -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= lang MASTER_SITES= http://www.canonware.com/download/onyx/ @@ -21,7 +21,7 @@ MAN1= onyx.1 MANCOMPRESSED= no do-build: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libs mods bins) do-install: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install) |