diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | f0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch) | |
tree | eb25a1bb38a1d88bc48792c4bc3007a7580d627d /biology/babel | |
parent | Forced 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)
Diffstat (limited to 'biology/babel')
-rw-r--r-- | biology/babel/Makefile | 2 | ||||
-rw-r--r-- | biology/babel/pkg-comment | 1 |
2 files changed, 1 insertions, 2 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 |