diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-10 17:11:55 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-10 17:11:55 +0000 |
commit | f56cd66c5b570d5a504f8d72331ab85a6d5f3c5c (patch) | |
tree | dec77dc8806281ff9c2d9639c895b30e57f1cdef /games/penguin-command | |
parent | 01e3a6844a7912b59915bd21ef0d68df9d1d11ba (diff) | |
download | ports-f56cd66c5b570d5a504f8d72331ab85a6d5f3c5c.tar.gz ports-f56cd66c5b570d5a504f8d72331ab85a6d5f3c5c.zip |
- Fix packing list.
PR: ports/76922
Submitted by: flz
Approved by: pav (mentor), maintainer timeout (1 month)
Notes
Notes:
svn path=/head/; revision=130821
Diffstat (limited to 'games/penguin-command')
-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' \ |