diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-26 00:05:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-26 00:05:54 +0000 |
commit | 3ec88115d693097f6a51c7415627a96691dd574d (patch) | |
tree | 108b394d3f1eb1e729dea4e457dfa4d47adb374d | |
parent | Fix MASTER_SITES (diff) |
Update to 1.4
PR: 47483
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=74014
Diffstat (limited to '')
-rw-r--r-- | games/empire/Makefile | 10 | ||||
-rw-r--r-- | games/empire/distinfo | 2 | ||||
-rw-r--r-- | games/empire/files/patch-aa | 53 |
3 files changed, 31 insertions, 34 deletions
diff --git a/games/empire/Makefile b/games/empire/Makefile index fc02d9229772..163acdb6c66e 100644 --- a/games/empire/Makefile +++ b/games/empire/Makefile @@ -6,10 +6,10 @@ # PORTNAME= empire -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= games -MASTER_SITES= http://www.tuxedo.org/~esr/vms-empire/ -DISTNAME= vms-empire-${PORTVERSION} +MASTER_SITES= http://www.catb.org/~esr/vms-empire/ +DISTNAME= vms-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,8 +20,8 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${MANPREFIX}/man/man6/empire.6 .if !defined(NOPORTDOCS) .for file in BUGS READ.ME - @${MKDIR} ${PREFIX}/share/doc/empire - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/empire + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/games/empire/distinfo b/games/empire/distinfo index a95ba31dd872..fb119cb92db1 100644 --- a/games/empire/distinfo +++ b/games/empire/distinfo @@ -1 +1 @@ -MD5 (vms-empire-1.2.tar.gz) = d1e19009c61af2b5aab3bda4c165fc3d +MD5 (vms-empire-1.4.tar.gz) = 5bd46c377896831e4c1b0e38a587d40c diff --git a/games/empire/files/patch-aa b/games/empire/files/patch-aa index 80448677d733..498dcce6a594 100644 --- a/games/empire/files/patch-aa +++ b/games/empire/files/patch-aa @@ -1,39 +1,24 @@ -*** ../empire-1.1.orig/Makefile Fri Jun 28 06:27:39 1996 ---- Makefile Fri Jun 27 02:31:13 1997 +*** Makefile.orig Fri Aug 2 04:04:02 2002 +--- Makefile Sat Jan 25 06:35:29 2003 *************** -*** 14,25 **** +*** 12,35 **** # Change the line below for your system. If you are on a Sun or Vax, # you may want BSD. +! SYS = LINUX ! #SYS = BSD -! SYS = SYSV + #SYS = SYSV # Use -g to compile the program for debugging. -! DEBUG = -g -DDEBUG - #DEBUG = -O + #DEBUG = -g -DDEBUG -Wall +! DEBUG = -O2 # Use -p to profile the program. ---- 14,25 ---- - # Change the line below for your system. If you are on a Sun or Vax, - # you may want BSD. - -! SYS = BSD -! #SYS = SYSV - - # Use -g to compile the program for debugging. - -! #DEBUG = -g -DDEBUG - #DEBUG = -O - - # Use -p to profile the program. -*************** -*** 28,39 **** + #PROFILE = -p -DPROFILE + PROFILE = - # Define all necessary libraries. 'curses' is necessary. 'termcap' - # is needed on BSD systems. ! LIBS = -lncurses -! #LIBS = -lcurses -ltermcap # You shouldn't have to modify anything below this line. @@ -41,11 +26,23 @@ FILES = \ attack.c \ ---- 28,39 ---- +--- 12,35 ---- + # Change the line below for your system. If you are on a Sun or Vax, + # you may want BSD. + +! #SYS = LINUX +! SYS = BSD + #SYS = SYSV + + # Use -g to compile the program for debugging. + + #DEBUG = -g -DDEBUG -Wall +! #DEBUG = -O2 + + # Use -p to profile the program. + #PROFILE = -p -DPROFILE + PROFILE = - # Define all necessary libraries. 'curses' is necessary. 'termcap' - # is needed on BSD systems. -! #LIBS = -lncurses ! LIBS = -lcurses # You shouldn't have to modify anything below this line. |