From 0cf19a6f59f5f56b74adb72cb769c71b66f47d56 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 20 Mar 2004 06:15:47 +0000 Subject: [PATCH] - Fix MASTER_SITE_SUBDIR Submitted by: Ports Fury --- games/gnushogi/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/gnushogi/Makefile.common b/games/gnushogi/Makefile.common index ccfa18fff8bb..b3815b54bed2 100644 --- a/games/gnushogi/Makefile.common +++ b/games/gnushogi/Makefile.common @@ -5,7 +5,7 @@ GNUSHOGI_PORTNAME= gnushogi GNUSHOGI_PORTVERSION= 1.3 GNUSHOGI_MASTER_SITES= ${MASTER_SITE_GNU} -GNUSHOGI_MASTER_SITE_SUBDIR= ${PORTNAME} +GNUSHOGI_MASTER_SITE_SUBDIR= ${GNUSHOGI_PORTNAME} GNUSHOGI_DISTNAME= ${GNUSHOGI_PORTNAME}-${GNUSHOGI_PORTVERSION} MD5_FILE= ${.CURDIR}/../../games/gnushogi/distinfo