diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-01 05:24:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-01 05:24:17 +0000 |
commit | 3cbce551aa0508a388e284861388fa239ab680c2 (patch) | |
tree | 5de76f0bbca458d3a7dbd01553231f1183824e14 /news/suck/Makefile | |
parent | 034a5e4f4f23f6ce09190276a4f183724923e6f7 (diff) | |
download | ports-3cbce551aa0508a388e284861388fa239ab680c2.tar.gz ports-3cbce551aa0508a388e284861388fa239ab680c2.zip |
Notes
Diffstat (limited to 'news/suck/Makefile')
-rw-r--r-- | news/suck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 90f145bc6e62..57509ce8f8fd 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= suck -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= news MASTER_SITES= http://www.sucknews.org/ @@ -22,7 +22,7 @@ EX_DATA= suckkillfile.sample sucknewsrc.sample suckothermsgs.sample MAKE_ENV+= CHKHISTORY=chkhistory_db.o .if defined(NEWSBIN) && !defined(SUCK_WITH_INN) -PKGNAMESUFFIX= -cnews +PKGNAMESUFFIX?= -cnews MAKE_ENV+= DB_TYPE=-DUSE_DBZ DB_LIB=-lcnews MAKE_ENV+= DB_LIB_LOC=-L${LOCALBASE}/lib MAKE_ENV+= INCDIR2=-I${LOCALBASE}/include |