diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-30 20:40:27 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-30 20:40:27 +0800 |
commit | 8cd7a4356a49fbecddde0ba578decd045305d5b1 (patch) | |
tree | 270a54f0ce445307f0bc6327bf03807911f77d44 /emulators/visualos | |
parent | c2970c7ba7d2b0d751086ba099816ae0bd3ac7ae (diff) | |
download | freebsd-ports-gnome-8cd7a4356a49fbecddde0ba578decd045305d5b1.tar.gz freebsd-ports-gnome-8cd7a4356a49fbecddde0ba578decd045305d5b1.tar.zst freebsd-ports-gnome-8cd7a4356a49fbecddde0ba578decd045305d5b1.zip |
Update to 1.0.3.
Diffstat (limited to 'emulators/visualos')
-rw-r--r-- | emulators/visualos/Makefile | 4 | ||||
-rw-r--r-- | emulators/visualos/distinfo | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index c9acf86439cc..1ff21c83b7c1 100644 --- a/emulators/visualos/Makefile +++ b/emulators/visualos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= VisualOS -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= emulators gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= visualos @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAN1= VisualOS.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure diff --git a/emulators/visualos/distinfo b/emulators/visualos/distinfo index 261dbaf750a0..5519efc24716 100644 --- a/emulators/visualos/distinfo +++ b/emulators/visualos/distinfo @@ -1 +1 @@ -MD5 (VisualOS-1.0.2.tar.gz) = 575f2056ea0a5ef4dbc124cd58cbfd00 +MD5 (VisualOS-1.0.3.tar.gz) = cffe8a6d5e34252b2cfa0947c4b775c6 |