diff options
author | antoine <antoine@FreeBSD.org> | 2013-07-01 04:53:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-07-01 04:53:06 +0800 |
commit | c677f68bf6efc4e1d6350446d4073b140d24dc08 (patch) | |
tree | 22314b40800ada431288009a3306e241dd30c1d9 /biology/fasta/Makefile | |
parent | a8ff940771b2eba97ba27950713fdf0583af7606 (diff) | |
download | freebsd-ports-gnome-c677f68bf6efc4e1d6350446d4073b140d24dc08.tar.gz freebsd-ports-gnome-c677f68bf6efc4e1d6350446d4073b140d24dc08.tar.zst freebsd-ports-gnome-c677f68bf6efc4e1d6350446d4073b140d24dc08.zip |
Fix some PORT_OPTIONS conversions
Diffstat (limited to 'biology/fasta/Makefile')
-rw-r--r-- | biology/fasta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/fasta/Makefile b/biology/fasta/Makefile index ab8f8bef7fa5..cc33f3d61f25 100644 --- a/biology/fasta/Makefile +++ b/biology/fasta/Makefile @@ -23,7 +23,7 @@ MLINKS= fasta.1 tfasta.1 fasta.1 lfasta.1 fasta.1 plfasta.1 \ fasta.1 fastx.1 fasta.1 tfastx.1 \ align.1 align0.1 lalign.1 plalign.1 -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS do-extract: @ ${RM} -rf ${WRKDIR} |