diff options
author | Tom Hukins <tom@FreeBSD.org> | 2002-10-21 10:59:11 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2002-10-21 10:59:11 +0000 |
commit | 2284d53b366b1024e6f6f1b8d94f6347b27d28d5 (patch) | |
tree | 20e3e05f1d3789b058a57a294889e3c6cbcf44e3 /biology | |
parent | 6cec9e05c155856d859335060960f1be58aa0702 (diff) | |
download | ports-2284d53b366b1024e6f6f1b8d94f6347b27d28d5.tar.gz ports-2284d53b366b1024e6f6f1b8d94f6347b27d28d5.zip |
Update CATEGORIES as per ports/44331.
While I'm here, remove unnecessary whitespace spotted by portlint.
PR: ports/44331
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Notes
Notes:
svn path=/head/; revision=68496
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 |