diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | a882364f2403bc9d88e823745313b7de799bd176 (patch) | |
tree | dd5369640affc2ebaee3c07f6b9fa0a103a5c028 /biology | |
parent | 3e65dfafbbc43ca7f1b56d2c5f043af567b691c7 (diff) | |
download | FreeBSD-ports-a882364f2403bc9d88e823745313b7de799bd176.zip FreeBSD-ports-a882364f2403bc9d88e823745313b7de799bd176.tar.gz |
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)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/babel/Makefile | 2 | ||||
-rw-r--r-- | biology/babel/pkg-comment | 1 | ||||
-rw-r--r-- | biology/genpak/Makefile | 2 | ||||
-rw-r--r-- | biology/genpak/pkg-comment | 1 | ||||
-rw-r--r-- | biology/rasmol/Makefile | 2 | ||||
-rw-r--r-- | biology/rasmol/pkg-comment | 1 |
6 files changed, 3 insertions, 6 deletions
diff --git a/biology/babel/Makefile b/biology/babel/Makefile index 8eeb5ec..2a3aff7 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 0000000..d7ba1d0 --- /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 14239eb..088625a 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 0000000..c8710a7 --- /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 17a79d8..b0d57c2 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 0000000..94e55db --- /dev/null +++ b/biology/rasmol/pkg-comment @@ -0,0 +1 @@ +Fast Molecular Visualization Program |