diff options
author | flz <flz@FreeBSD.org> | 2005-03-11 01:11:55 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-11 01:11:55 +0800 |
commit | 52159fed8d82d9046f849c5b23e6808c3a3f1e8b (patch) | |
tree | 1ad75f5081cdfd231dec2caa36af093ce63ecc34 /games | |
parent | eb680281a3495e065ddd86eac19cf7d59ef1d54e (diff) | |
download | freebsd-ports-gnome-52159fed8d82d9046f849c5b23e6808c3a3f1e8b.tar.gz freebsd-ports-gnome-52159fed8d82d9046f849c5b23e6808c3a3f1e8b.tar.zst freebsd-ports-gnome-52159fed8d82d9046f849c5b23e6808c3a3f1e8b.zip |
- Fix packing list.
PR: ports/76922
Submitted by: flz
Approved by: pav (mentor), maintainer timeout (1 month)
Diffstat (limited to 'games')
-rw-r--r-- | games/penguin-command/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/penguin-command/Makefile b/games/penguin-command/Makefile index 1b60f63aa8e0..325b84cecb66 100644 --- a/games/penguin-command/Makefile +++ b/games/penguin-command/Makefile @@ -18,15 +18,13 @@ COMMENT= A clone of the classic game Missile Command LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -BROKEN= Incomplete pkg-plist - USE_SDL= mixer sdl USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CONFIGURE_TARGET= -MAN6= penguin-command.6 +MAN6= penguin-command.6 penguin-command.ja.6 post-patch: ${REINPLACE_CMD} 's|"SDL/SDL|"SDL|g ; s|<SDL/SDL|<SDL|g' \ |