diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-30 12:40:27 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-30 12:40:27 +0000 |
commit | 8cd7a4356a49fbecddde0ba578decd045305d5b1 (patch) | |
tree | 270a54f0ce445307f0bc6327bf03807911f77d44 /emulators/visualos/Makefile | |
parent | c2970c7ba7d2b0d751086ba099816ae0bd3ac7ae (diff) | |
download | FreeBSD-ports-8cd7a4356a49fbecddde0ba578decd045305d5b1.zip FreeBSD-ports-8cd7a4356a49fbecddde0ba578decd045305d5b1.tar.gz |
Update to 1.0.3.
Diffstat (limited to 'emulators/visualos/Makefile')
-rw-r--r-- | emulators/visualos/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index c9acf86..1ff21c8 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 |