mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update patch to use ComplexProgramTargetNoMan().
This commit is contained in:
parent
7b6699aef5
commit
26cd4d0e9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33949
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= cosmo
|
||||
PORTVERSION= 2.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://taraco.u-aizu.ac.jp/~eiju/cosmo/ \
|
||||
ftp://ftp.jinr.ru/pub/PD/cosmo/
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- Imakefile.orig Sat May 11 00:06:00 1996
|
||||
+++ Imakefile Wed Aug 16 04:24:28 2000
|
||||
@@ -1,14 +1,15 @@
|
||||
--- Imakefile.orig Sat May 11 16:06:00 1996
|
||||
+++ Imakefile Wed Oct 18 08:09:08 2000
|
||||
@@ -1,21 +1,22 @@
|
||||
-BINDIR = /usr/local/games
|
||||
+XCOMM BINDIR = /usr/local/games
|
||||
PAD = # -DUSE_PAD
|
||||
@ -20,6 +20,14 @@
|
||||
LOCAL_LIBRARIES = $(XLIB)
|
||||
TAR = /bin/tar
|
||||
|
||||
SRCS = main.c animation.c cosmo.c ex.c pixmap.c score.c setup.c tiff.c timer.c title.c pad.c
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
||||
-ComplexProgramTarget(cosmo)
|
||||
+ComplexProgramTargetNoMan(cosmo)
|
||||
|
||||
hd: hd.c
|
||||
$(CC) -o hd hd.c
|
||||
@@ -27,11 +28,12 @@
|
||||
|
||||
install::
|
||||
|
Loading…
Reference in New Issue
Block a user