diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 06:15:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 06:15:47 +0000 |
commit | 0cf19a6f59f5f56b74adb72cb769c71b66f47d56 (patch) | |
tree | a1b01dd6f970a51daf72575d511fdaf472321f44 /games/gnushogi | |
parent | Do not hardcord PICFLAG (diff) |
- Fix MASTER_SITE_SUBDIR
Submitted by: Ports Fury
Diffstat (limited to 'games/gnushogi')
-rw-r--r-- | games/gnushogi/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
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 |