diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-07-26 16:33:50 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-07-26 16:33:50 +0000 |
commit | 220419e18a6d60cbb0a0380e95e89398ae4b3d97 (patch) | |
tree | 5c0b2c01a64c97d3e5ebec3c617974ab11b34610 /games/linux-doom3/Makefile | |
parent | 5824bf1ad8c9fe91320eac9052e8fbc0ccfafffb (diff) | |
download | ports-220419e18a6d60cbb0a0380e95e89398ae4b3d97.tar.gz ports-220419e18a6d60cbb0a0380e95e89398ae4b3d97.zip |
- Bump PORTEPOCH.
Notes
Notes:
svn path=/head/; revision=196328
Diffstat (limited to 'games/linux-doom3/Makefile')
-rw-r--r-- | games/linux-doom3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/linux-doom3/Makefile b/games/linux-doom3/Makefile index ede1dd386e22..e586e0bf3e17 100644 --- a/games/linux-doom3/Makefile +++ b/games/linux-doom3/Makefile @@ -7,6 +7,7 @@ PORTNAME= doom3 PORTVERSION= 1.3.1.1304 +PORTEPOCH= 1 CATEGORIES= games linux MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} MASTER_SITE_SUBDIR= doom3/linux @@ -33,6 +34,7 @@ SUB_FILES= doom3 doom3-ded pkg-message .if defined(WITH_NO_CDKEY) MASTER_SITE_SUBDIR= doom3/linux/old PORTVERSION= 1.1.1286 +PORTEPOCH= 0 PLIST_SUB+= NEW="@comment " .else PLIST_SUB+= NEW="" |