diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-11-02 05:22:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-11-02 05:22:58 +0000 |
commit | c3d547354bf2dc5c1123fa76e1e3fb50e3503cb2 (patch) | |
tree | 640ed11177a9adef7897be27f568b7dc24add9e5 /net/ser/Makefile | |
parent | IGNORE instead of BROKEN when package building. (diff) |
Set NOPRECIOUSMAKEVARS=yes, otherwise our own ARCH leaks into port's
build environment and messes things up. This should fix SER or amd64.
Sponsored by: Sippy Software, Inc.
Notes
Notes:
svn path=/head/; revision=176160
Diffstat (limited to 'net/ser/Makefile')
-rw-r--r-- | net/ser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ser/Makefile b/net/ser/Makefile index ab4a9e732c2e..f6903a898fe5 100644 --- a/net/ser/Makefile +++ b/net/ser/Makefile @@ -7,7 +7,7 @@ PORTNAME= ser PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://download.berlios.de/ser/ \ http://download2.berlios.de/ser/ @@ -22,6 +22,8 @@ USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include MAKE_ENV+= "LDFLAGS=-L${LOCALBASE}/lib" +NOPRECIOUSMAKEVARS= yes + MAN8= ser.8 MAN5= ser.cfg.5 MANCOMPRESSED= no |