Update to version 0.32

PR: 20703
Submitted by: Maintainer
This commit is contained in:
Kevin Lo 2000-08-20 14:49:56 +00:00
parent cbdf1eaa42
commit 75943a07ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31790
3 changed files with 7 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= ubench
PORTVERSION= 0.31
PORTVERSION= 0.32
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/benchmark

View file

@ -1 +1 @@
MD5 (ubench-0.31.tar.gz) = 1a6c5fec5922dda91dae38833e3caedd
MD5 (ubench-0.32.tar.gz) = 59f84da952fcdb27f0993436bc2b93da

View file

@ -1,22 +1,20 @@
--- configure.orig Mon May 29 04:46:09 2000
+++ configure Tue Jun 6 16:21:42 2000
--- configure.orig Sat Aug 19 23:51:05 2000
+++ configure Sat Aug 19 23:52:51 2000
@@ -12,7 +12,8 @@
###############################################################################
#DEFINES=-DDEBUG
-INSTALLDIR= /usr/local/bin
+INSTALLDIR= \$(PREFIX)/bin
+MANDIR= \$(PREFIX)/man/man8
+MANDIR = \$(PREFIX)/man/man8
!
@@ -113,8 +114,8 @@
;;
@@ -114,7 +115,7 @@
*)
cat <<! >> Makefile
-CC = cc
CC = cc
-CFLAGS =
+CC ?= cc
+CFLAGS += -D${SYSTEM}
LDFLAGS = -lm
INCLUDES = -I.