diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-01 01:05:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-01 01:05:17 +0800 |
commit | 5131bd1dcbf0e3f62c1ea366225a0f9abb7a9c69 (patch) | |
tree | b36f7f49a78240b4fa07215df0ad777e2178c8f2 /devel/ois | |
parent | a54fbc712706bc3087587081ca2b7fd24a08b217 (diff) | |
download | freebsd-ports-gnome-5131bd1dcbf0e3f62c1ea366225a0f9abb7a9c69.tar.gz freebsd-ports-gnome-5131bd1dcbf0e3f62c1ea366225a0f9abb7a9c69.tar.zst freebsd-ports-gnome-5131bd1dcbf0e3f62c1ea366225a0f9abb7a9c69.zip |
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
Diffstat (limited to 'devel/ois')
-rw-r--r-- | devel/ois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ois/Makefile b/devel/ois/Makefile index 88acd860e979..715786b65eec 100644 --- a/devel/ois/Makefile +++ b/devel/ois/Makefile @@ -9,8 +9,7 @@ PORTNAME= ois PORTVERSION= 1.2.0 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= SF -MASTER_SITE_SUBDIR= wgois +MASTER_SITES= SF/whois DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org @@ -22,6 +21,7 @@ USE_GNOME= gnomehack USE_AUTOTOOLS= libtool:15:env aclocal:19:env autoheader:262:env automake:19:env autoconf:262:env USE_XORG= x11 xaw USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" |