Lines 106-111
Link Here
|
106 |
|
106 |
|
107 |
post-patch: |
107 |
post-patch: |
108 |
@${REINPLACE_CMD} -e 's|%%%%BASEDIR%%%%|${DATADIR}|' ${WRKSRC}/common.c |
108 |
@${REINPLACE_CMD} -e 's|%%%%BASEDIR%%%%|${DATADIR}|' ${WRKSRC}/common.c |
|
|
109 |
.for file in cmd.h common.h render.h console.h quakedef.h cvar.h cvar_groups.h \ |
110 |
fmod.h config_manager.h auth.h logging.h ignore.h fchecks.h rulesets.h \ |
111 |
modules.h mp3_player.h r_local.h movie.c logging.c quotes.h zone.c \ |
112 |
gl_local.h gl_image.h gl_warp_sin.h |
113 |
@${ECHO_CMD} "" >> ${WRKSRC}/${file} |
114 |
.endfor |
109 |
|
115 |
|
110 |
do-build: |
116 |
do-build: |
111 |
.if !defined(WITHOUT_X11) |
117 |
.if !defined(WITHOUT_X11) |
Lines 143-148
Link Here
|
143 |
.endif |
149 |
.endif |
144 |
|
150 |
|
145 |
post-install: |
151 |
post-install: |
146 |
@${SED} -e 's|$${PREFIX}|${PREFIX}|g' ${PKGMESSAGE} |
152 |
@${SED} -e 's|$${DATADIR}|${DATADIR}|g' ${PKGMESSAGE} |
147 |
|
153 |
|
148 |
.include <bsd.port.mk> |
154 |
.include <bsd.port.mk> |