diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
commit | 88bfe4bd43787219ab4de75bd68c490c98776dfc (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /ports-mgmt | |
parent | 9e8bfe9c71187ea60ac9f3a55c0c7bde80d76033 (diff) | |
download | ports-88bfe4bd43787219ab4de75bd68c490c98776dfc.tar.gz ports-88bfe4bd43787219ab4de75bd68c490c98776dfc.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/dialog4ports/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/fastest_sites/Makefile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports-mgmt/dialog4ports/Makefile b/ports-mgmt/dialog4ports/Makefile index 57273cf748ba..3735021ae95a 100644 --- a/ports-mgmt/dialog4ports/Makefile +++ b/ports-mgmt/dialog4ports/Makefile @@ -42,7 +42,7 @@ DIALOG4PORTS= ${WRKSRC}/dialog4ports .endif .if ${OSVERSION} < 900030 || defined(D4P_SLAVE) -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DIALOGNAME}.tgz:dialog DIALOGNAME= dialog-1.1-20120706 diff --git a/ports-mgmt/fastest_sites/Makefile b/ports-mgmt/fastest_sites/Makefile index 42a6b0a4994b..86c3c492a898 100644 --- a/ports-mgmt/fastest_sites/Makefile +++ b/ports-mgmt/fastest_sites/Makefile @@ -4,8 +4,7 @@ PORTNAME= fastest_sites PORTVERSION= 20110317 CATEGORIES= ports-mgmt MASTER_SITES= http://www.semicomplete.com/files/fastest_sites/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.py -EXTRACT_SUFX= # nada +EXTRACT_SUFX= .py MAINTAINER= wxs@FreeBSD.org COMMENT= Sort MASTER_SITE_* based upon TCP handshake times @@ -18,7 +17,7 @@ SHEBANG_FILES= fastest_sites-${PORTVERSION}.py do-extract: @${MKDIR} ${WRKSRC} - @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} + @${CP} ${DISTDIR}/${DISTNAME}.py ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fastest_sites-${PORTVERSION}.py \ |