diff options
-rw-r--r-- | biology/emboss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index deccd6f5101c..651c403ee3eb 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -24,7 +24,7 @@ USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gd" \ LIBS="-L${LOCALBASE}/lib" -DOC_DIRS= doc/manuals doc/tutorials doc/programs/text doc/programs/html +DOC_DIRS= doc/manuals doc/tutorials doc/programs/text doc/programs/html post-patch: .for DIR in ${DOC_DIRS} |