diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-11-02 13:22:58 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-11-02 13:22:58 +0800 |
commit | ce523e9cecc864c0244582814976a4312c4d0238 (patch) | |
tree | fc1c7f903a6465f0a9babeffdb790cdc172b77f7 /net | |
parent | 67de0f36f0a98d36afee2946e29b0f6d14830ca4 (diff) | |
download | freebsd-ports-gnome-ce523e9cecc864c0244582814976a4312c4d0238.tar.gz freebsd-ports-gnome-ce523e9cecc864c0244582814976a4312c4d0238.tar.zst freebsd-ports-gnome-ce523e9cecc864c0244582814976a4312c4d0238.zip |
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.
Diffstat (limited to 'net')
-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 |