1
0
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:
Yukihiro Nakai 2000-10-17 23:15:36 +00:00
parent 7b6699aef5
commit 26cd4d0e9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33949
2 changed files with 12 additions and 3 deletions

View File

@ -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/

View File

@ -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::