Make nolonger support :U. Fix to compensate for that.
Submitted by: fenner Approved by: MAINTAINER
This commit is contained in:
parent
067c83a25a
commit
824b95bb92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35251
@ -11,9 +11,9 @@ PORTREVISION= 1
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/ \
|
||||
ftp://ftp.no.embnet.org/pub/EMBOSS/
|
||||
DISTFILES= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
DISTFILES= ${PORTNAME_U}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
EXTRACT_ONLY= ${PORTNAME_U}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= johann@egenetics.com
|
||||
|
||||
@ -25,6 +25,9 @@ USE_LIBTOOL= yes
|
||||
USE_XLIB= yes
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
# Make doesn't know about :U
|
||||
PORTNAME_U= EMBOSS
|
||||
|
||||
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
|
||||
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
|
||||
.endif
|
||||
@ -36,7 +39,7 @@ SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \
|
||||
MKDIR="${MKDIR}" \
|
||||
RM="${RM}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:U}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME_U}-${PORTVERSION}
|
||||
EMBASSY_WRKDIR= ${WRKSRC}/EMBASSY
|
||||
PHYLIP_VERSION= 3.573c
|
||||
MSE_VERSION= 0.0.4
|
||||
|
Loading…
Reference in New Issue
Block a user