diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-10 23:06:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-10 23:06:02 +0000 |
commit | d406c5b9b8f985badc72d1a6e195e26b206284bc (patch) | |
tree | 409c672fd4bfe747863ae23c1102496861f771c0 | |
parent | ee355689b1ca2961eb174f7e6bfb411d195d228e (diff) | |
download | ports-d406c5b9b8f985badc72d1a6e195e26b206284bc.tar.gz ports-d406c5b9b8f985badc72d1a6e195e26b206284bc.zip |
Notes
-rw-r--r-- | games/fuhquake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fuhquake/Makefile b/games/fuhquake/Makefile index d6e3ce6d11f7..3219f2d29a2e 100644 --- a/games/fuhquake/Makefile +++ b/games/fuhquake/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://www.fuhquake.net/files/releases/v${PORTVERSION}/ \ http://www.fuhquake.net/files/misc/:misc DISTNAME= ${PORTNAME}-source-v${PORTVERSION} -EXTRACT_SUFX= zip +EXTRACT_SUFX= .zip DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-linux-v${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} |