From 7541282bbc857e3b52c8cedd620c9cfdf1f29f6c Mon Sep 17 00:00:00 2001 From: pgollucci Date: Wed, 29 Dec 2010 20:04:42 +0000 Subject: - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed. PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) --- lang/fpc/Makefile | 1 - lang/gambas2-examples/Makefile | 1 - lang/ruby-extensions/Makefile | 1 - 3 files changed, 3 deletions(-) (limited to 'lang') diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 585ad5e3d045..25fb70733457 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -20,7 +20,6 @@ MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:sourc ${MASTER_SITE_LOCAL:S|$|acm/freepascal/:bootstrap|} \ ${MASTER_SITE_GOOGLE_CODE}:man \ ${MASTER_SITE_LOCAL:S|$|acm/freepascal/:man|} -DISTNAME= ${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME:S/$/.source/}${EXTRACT_SUFX}:source DIST_SUBDIR= freepascal diff --git a/lang/gambas2-examples/Makefile b/lang/gambas2-examples/Makefile index 6f9b9810f6c9..4a41e785ad8a 100644 --- a/lang/gambas2-examples/Makefile +++ b/lang/gambas2-examples/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 2.15.2 CATEGORIES= lang MASTER_SITES= SF/gambas/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -examples -DISTNAME= ${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ${PORTNAME:S/2//g} MAINTAINER= acm@FreeBSD.org diff --git a/lang/ruby-extensions/Makefile b/lang/ruby-extensions/Makefile index 71e98b3a45d2..5d9b3eb04f5e 100644 --- a/lang/ruby-extensions/Makefile +++ b/lang/ruby-extensions/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 0.6.0 CATEGORIES= lang ruby MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -- cgit