diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-02-03 09:50:46 +0800 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-02-03 09:50:46 +0800 |
commit | f2e931a6834c160ea82fb2072713a905e71e84ed (patch) | |
tree | 1845edaf4bc36a10922cf1608fead4468c13bd1a /x11/padkey | |
parent | 8379730ca544386e8d44deac5ed7af654138ec62 (diff) | |
download | freebsd-ports-gnome-f2e931a6834c160ea82fb2072713a905e71e84ed.tar.gz freebsd-ports-gnome-f2e931a6834c160ea82fb2072713a905e71e84ed.tar.zst freebsd-ports-gnome-f2e931a6834c160ea82fb2072713a905e71e84ed.zip |
Utilize PORTDOCS
Approved by: maintainer
Diffstat (limited to 'x11/padkey')
-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 |