diff options
Diffstat (limited to 'x11/padkey/Makefile')
-rw-r--r-- | x11/padkey/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/padkey/Makefile b/x11/padkey/Makefile index 05489aa7ba4c..dfd1078c6eb9 100644 --- a/x11/padkey/Makefile +++ b/x11/padkey/Makefile @@ -16,12 +16,8 @@ COMMENT= Use an authentic SNES controller to play games USE_XLIB= yes USE_X_PREFIX= yes -.if defined(NOPORTDOCS) PLIST_FILES= bin/padkey -.else -PLIST_FILES= bin/padkey %%DOCSDIR%%/CREDITS %%DOCSDIR%%/README -PLIST_DIRS= %%DOCSDIR%% -.endif +PORTDOCS= CREDITS README post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6/|${X11BASE}/|' ${WRKSRC}/Makefile |