freebsd-ports/biology/clustalw/files/patch-aa
James E. Housley 52b82e19ed - Support CC/CFLAGS/PREFIX properly
- gets() -> fgets()
- Add WWW: line into pkg/DESCR

Also bumped PORTREVISION to 1

PR:		21572
Submitted by:	tkato@prontomail.ne.jp <KATO@FreeBSD.ORG, Tsuguru@FreeBSD.ORG>
Reviewed by:	will
Approved by:	MAINTAINER (dbader@eece.unm.edu)
2000-10-03 01:10:19 +00:00

12 lines
362 B
Plaintext

--- clustalw.c-orig Wed Jun 7 01:50:05 2000
+++ clustalw.c Thu Jul 6 20:19:31 2000
@@ -33,7 +33,7 @@
#ifdef MSDOS
char *help_file_name = "clustalw.hlp";
#else
- char *help_file_name = "clustalw_help";
+ char *help_file_name = DATADIR "/clustalw_help";
#endif
sint max_names; /* maximum length of names in current alignment file */