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

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

Revision 1.7, Mon Feb 1 17:00:12 2010 UTC (14 years, 4 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, 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.6: +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.7 2010/02/01 17:00:12 espie Exp $
#

     SUBDIR =
     SUBDIR += AcePerl
     SUBDIR += AcePerl,opt
     SUBDIR += bioperl
     SUBDIR += emboss
     SUBDIR += nutdb
     SUBDIR += p5-Bio-ASN1-EntrezGene
     SUBDIR += py-biopython

.include <bsd.port.subdir.mk>