diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-12-01 18:09:37 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-12-01 18:09:37 +0000 |
commit | 25d2daeaa59275a53a80bb963cf50eb54d76f85f (patch) | |
tree | f64173abd914825134078ac78072326ee2f5f3b5 /chat/unrealircd/Makefile | |
parent | fbd53c31529979134f88c9f5a364260fe91563f4 (diff) | |
download | pkgsrc-25d2daeaa59275a53a80bb963cf50eb54d76f85f.tar.gz |
Change remoteinc to depend on net/libcares as opposed to wip/c-ares
Fix patch-aa so libcares is properly detected
Fix options.mk so that libcurl is properly detected
Use PKG_OPTIONS_OPTIONAL_GROUPS as suggesed by wiz@ in private email
Use PKG_OPTIONS_REQUIRED_GROUPS for hub/leaf choice
Bump to nb1
Diffstat (limited to 'chat/unrealircd/Makefile')
-rw-r--r-- | chat/unrealircd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index 20927df5e24..5334bde0697 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/11/29 21:11:55 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/01 18:09:37 adrianp Exp $ DISTNAME= Unreal3.2.3 PKGNAME= unrealircd-3.2.3 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://unreal.atlanti-ka.org/ @@ -72,9 +73,9 @@ RCD_SCRIPTS= unrealircd MESSAGE_SRC+= ${WRKDIR}/.MESSAGE_SRC MESSAGE_SUBST+= UIRCD_HOME=${UIRCD_HOME} -FILES_SUBST+= UIRCD_HOME=${UIRCD_HOME} -FILES_SUBST+= UIRCD_USER=${UIRCD_USER} -FILES_SUBST+= UIRCD_GROUP=${UIRCD_GROUP} +FILES_SUBST+= UIRCD_HOME=${UIRCD_HOME:Q} +FILES_SUBST+= UIRCD_USER=${UIRCD_USER:Q} +FILES_SUBST+= UIRCD_GROUP=${UIRCD_GROUP:Q} SUBST_CLASSES+= homedir SUBST_STAGE.homedir= post-patch |