openbsd-ports/productivity/Makefile
espie 100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00

35 lines
762 B
Makefile

# $OpenBSD: Makefile,v 1.31 2010/02/01 17:00:14 espie Exp $
SUBDIR =
SUBDIR += bruce
SUBDIR += calcurse
SUBDIR += devtodo
SUBDIR += fet
SUBDIR += glabels
SUBDIR += gnucash
SUBDIR += gnucash-docs
SUBDIR += grisbi
SUBDIR += gtg
SUBDIR += gtimer
SUBDIR += homebank
SUBDIR += impressive
SUBDIR += ledger
SUBDIR += osmo
SUBDIR += qhacc
SUBDIR += rednotebook
SUBDIR += rubrica2
SUBDIR += siag
SUBDIR += sunbird
SUBDIR += taskjuggler
SUBDIR += tasks
SUBDIR += tdl
SUBDIR += thinkingrock
SUBDIR += vym
SUBDIR += workrave
SUBDIR += wyrd
SUBDIR += xinvest
SUBDIR += xquote
SUBDIR += yokadi
.include <bsd.port.subdir.mk>