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