summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2002-10-21 10:59:11 +0000
committerTom Hukins <tom@FreeBSD.org>2002-10-21 10:59:11 +0000
commit2284d53b366b1024e6f6f1b8d94f6347b27d28d5 (patch)
tree20e3e05f1d3789b058a57a294889e3c6cbcf44e3 /biology
parentAdd missing FREEBSDI case. (diff)
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/Makefile4
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