diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-11 19:57:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-11 19:57:17 +0000 |
commit | effde617aa822c426e7d8becf2a2c3ce3458b5a6 (patch) | |
tree | c8def0357a1860b937734aaf3779f1958fde4aa9 /games/nethack34/Makefile | |
parent | 04de5e37c4ec6c54c0b713af57dc419acfaeb49d (diff) |
Notes
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 6dd72c811891..99f99ad6a2e3 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -6,11 +6,11 @@ # PORTNAME= nethack -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.3 CATEGORIES?= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src EXTRACT_SUFX= .tgz MAINTAINER?= ports@FreeBSD.org |