[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / news

File: [local] / ports / news / Makefile (download)

Revision 1.23, Mon Feb 1 17:00:14 2010 UTC (14 years, 4 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.22: +2 -1 lines

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@

# $OpenBSD: Makefile,v 1.23 2010/02/01 17:00:14 espie Exp $
# $FreeBSD: Makefile,v 1.32 1997/11/16 04:58:09 fenner Exp $
#

     SUBDIR =
     SUBDIR += aub
     SUBDIR += hellanzb
     SUBDIR += leafnode
     SUBDIR += newsfetch
     SUBDIR += nn
     SUBDIR += p5-Gateway
     SUBDIR += p5-News-Article
     SUBDIR += p5-News-Newsrc
     SUBDIR += pan
     SUBDIR += plor
     SUBDIR += py-yenc
     SUBDIR += slrn
     SUBDIR += tin
     SUBDIR += trn
     SUBDIR += ubh
     SUBDIR += yencode

.include <bsd.port.subdir.mk>