pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: databases/postgresql12: a simple fix for DragonFly BSD



>  .if !defined(PG_TEMPLATE.${OPSYS})
>  PG_TEMPLATE.${OPSYS}=  ${LOWER_OPSYS}
>  .endif
I don't get why this isn't simply
	PG_TEMPLATE.${OPSYS}?=	${LOWER_OPSYS}


Home | Main Index | Thread Index | Old Index