diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 20:13:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 20:13:21 +0000 |
commit | 7f26bf3bf0bb4c9646fa78275cabb4973ace61e8 (patch) | |
tree | ea8a7dab21ccdc6f4c67e0981647b9eb830ce009 /biology/kinemage | |
parent | 6f2c31562dacf7dbe3527f58c181791925bee718 (diff) | |
download | ports-7f26bf3bf0bb4c9646fa78275cabb4973ace61e8.tar.gz ports-7f26bf3bf0bb4c9646fa78275cabb4973ace61e8.zip |
unPERLify by using REINPLACE_CMD and SED where appropriate.
PR: 47654
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=94047
Diffstat (limited to 'biology/kinemage')
-rw-r--r-- | biology/kinemage/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile index a81f9ea02003..54e307adeb27 100644 --- a/biology/kinemage/Makefile +++ b/biology/kinemage/Makefile @@ -20,8 +20,6 @@ DISTNAME= mage-001120 MAINTAINER= jeremy@external.org COMMENT= A molecular visualization program with special functions -WRKSRC= ${WRKDIR}/${DISTNAME} - USE_MOTIF= YES ALL_TARGET= mage |