diff options
Diffstat (limited to 'audio/py-sdl_mixer/Makefile')
-rw-r--r-- | audio/py-sdl_mixer/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/py-sdl_mixer/Makefile b/audio/py-sdl_mixer/Makefile index a696af787458..46e8bc5868df 100644 --- a/audio/py-sdl_mixer/Makefile +++ b/audio/py-sdl_mixer/Makefile @@ -30,8 +30,6 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-sdl-mixer post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/setup.py - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/setup.py post-install: .if !defined(NOPORTDOCS) |