diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 17:55:38 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 17:55:38 +0000 |
commit | a381e74c1fb3433b87e250dabc0f524a154898c8 (patch) | |
tree | c268a20a88ee40ef8d78389bfb371075be1d12b4 /news | |
parent | a73495e87e1e7be000db29b64a6cad139e2b76ec (diff) | |
download | ports-a381e74c1fb3433b87e250dabc0f524a154898c8.tar.gz ports-a381e74c1fb3433b87e250dabc0f524a154898c8.zip |
- use CNEWS_PORT
Notes
Notes:
svn path=/head/; revision=105361
Diffstat (limited to 'news')
-rw-r--r-- | news/c-nocem/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index 6f9bcc1ac9d5..83dfa90e23d0 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -14,15 +14,15 @@ MASTER_SITES= http://sites.inka.de/~bigred/sw/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= NoCeM for C News and INN -BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${PORTSDIR}/${CNEWSSRC}:configure -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWSSRC} \ +BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${PORTSDIR}/${CNEWS_PORT}:configure +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWS_PORT} \ gpg:${PORTSDIR}/security/gnupg WRKSRC= ${WRKDIR}/c-nocem -CNEWSSRC?= news/cnews -#CNEWSWRK?= ${WRKDIRPREFIX}${PORTSDIR}/${CNEWSSRC}/work +CNEWS_PORT?= news/cnews +#CNEWSWRK?= ${WRKDIRPREFIX}${PORTSDIR}/${CNEWS_PORT}/work # ${.CURDIR}/../.. can be diffrent from ${PORTSDIR} -CNEWSWRK?= ${WRKDIRPREFIX}${.CURDIR}/../../${CNEWSSRC}/work +CNEWSWRK?= ${WRKDIRPREFIX}${.CURDIR}/../../${CNEWS_PORT}/work NEWSBIN?= ${PREFIX}/libexec/cnews USE_GMAKE= yes GNU_CONFIGURE= yes |