diff options
Diffstat (limited to 'editors/fte/Makefile')
-rw-r--r-- | editors/fte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/fte/Makefile b/editors/fte/Makefile index 0d31fe73e63c..25c6a4bbdb9e 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -5,8 +5,8 @@ PORTNAME= fte PORTVERSION= 20110708 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -DISTFILES= ${PORTNAME}-${PORTVERSION:S/./b/}-src.zip \ - ${PORTNAME}-${PORTVERSION:S/./b/}-common.zip +DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} \ + ${DISTNAME}-common${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org |