diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 17:14:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 17:14:09 +0000 |
commit | a124718b5e05092d27ed663dceb0cdb6597e4d9c (patch) | |
tree | c71774ef7e0907fea906a16be6a7d24475799a28 /news/suck | |
parent | 501a6c16221ea8b7d181a9d4b82ebaa383ea2f35 (diff) | |
download | ports-a124718b5e05092d27ed663dceb0cdb6597e4d9c.tar.gz ports-a124718b5e05092d27ed663dceb0cdb6597e4d9c.zip |
Notes
Diffstat (limited to 'news/suck')
-rw-r--r-- | news/suck/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index d7ed0fd70f30..7027d6a786a1 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -12,6 +12,7 @@ CATEGORIES= news #MASTER_SITES= http://www.sucknews.org/ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex +PKGNAMESUFFIX?= ${CNEWS_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Receives/sends news to/from localhost via NNTP @@ -29,7 +30,7 @@ MAKE_ENV+= CHKHISTORY=chkhistory_db.o .if defined(NEWSBIN) && !defined(SUCK_WITH_INN) CNEWS_PORT?= news/cnews -PKGNAMESUFFIX?= -cnews +CNEWS_SUFFIX= -cnews MAKE_ENV+= DB_TYPE=-DUSE_DBZ DB_LIB=-lcnews MAKE_ENV+= DB_LIB_LOC=-L${LOCALBASE}/lib MAKE_ENV+= INCDIR2=-I${LOCALBASE}/include |