diff options
Diffstat (limited to 'biology')
-rw-r--r-- | biology/distribfold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/distribfold/Makefile b/biology/distribfold/Makefile index bc1b051ff021..7f7ea0ea83b5 100644 --- a/biology/distribfold/Makefile +++ b/biology/distribfold/Makefile @@ -7,7 +7,7 @@ PORTNAME= distribfold PORTVERSION= 0.1.${RELEASE_DATE} -CATEGORIES= misc net +CATEGORIES= biology net MASTER_SITES= ftp://ftp.mshri.on.ca/pub/distribfold/download/ DISTNAME= distribfold-current-FreeBSD @@ -44,7 +44,7 @@ pre-install: ${PKGINSTALL} ${PKGNAME} POST-INSTALL do-install: -# remove any patch scrap files +# remove any patch scrap files .for ext in bak orig @${RM} -f ${WRKSRC}/*.${ext} .endfor |