summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
commitf0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch)
treeeb25a1bb38a1d88bc48792c4bc3007a7580d627d /biology
parentForced commit to note that the previous revision also included patches (diff)
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Notes
Notes: svn path=/head/; revision=69808
Diffstat (limited to 'biology')
-rw-r--r--biology/babel/Makefile2
-rw-r--r--biology/babel/pkg-comment1
-rw-r--r--biology/genpak/Makefile2
-rw-r--r--biology/genpak/pkg-comment1
-rw-r--r--biology/rasmol/Makefile2
-rw-r--r--biology/rasmol/pkg-comment1
6 files changed, 3 insertions, 6 deletions
diff --git a/biology/babel/Makefile b/biology/babel/Makefile
index 8eeb5ecb5a99..2a3aff791659 100644
--- a/biology/babel/Makefile
+++ b/biology/babel/Makefile
@@ -16,8 +16,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Converts among various molecular file formats
-
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
post-build:
diff --git a/biology/babel/pkg-comment b/biology/babel/pkg-comment
new file mode 100644
index 000000000000..d7ba1d08497a
--- /dev/null
+++ b/biology/babel/pkg-comment
@@ -0,0 +1 @@
+Converts among various molecular file formats
diff --git a/biology/genpak/Makefile b/biology/genpak/Makefile
index 14239ebafa02..088625acc9ae 100644
--- a/biology/genpak/Makefile
+++ b/biology/genpak/Makefile
@@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= GP is a set of small utilities to manipulate DNA sequences
-
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
png.5:${PORTSDIR}/graphics/png
diff --git a/biology/genpak/pkg-comment b/biology/genpak/pkg-comment
new file mode 100644
index 000000000000..c8710a783594
--- /dev/null
+++ b/biology/genpak/pkg-comment
@@ -0,0 +1 @@
+GP is a set of small utilities to manipulate DNA sequences
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile
index 17a79d8972b5..b0d57c252f9c 100644
--- a/biology/rasmol/Makefile
+++ b/biology/rasmol/Makefile
@@ -14,8 +14,6 @@ DISTNAME= RasMol
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Fast Molecular Visualization Program
-
WRKSRC= ${WRKDIR}/RasMol_2.7.2/src
USE_X_PREFIX= yes
diff --git a/biology/rasmol/pkg-comment b/biology/rasmol/pkg-comment
new file mode 100644
index 000000000000..94e55db1c331
--- /dev/null
+++ b/biology/rasmol/pkg-comment
@@ -0,0 +1 @@
+Fast Molecular Visualization Program