diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-07-28 11:38:34 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-07-28 11:38:34 +0000 |
commit | 884b4897ada883d54647b520b7d2e745c96232c7 (patch) | |
tree | 52ec98e291e28fff0a4cdc5300594fc5a2078864 /emulators/osmose | |
parent | b8330a16cfed8b64b21a9c4c8ceddd5ffc61e149 (diff) | |
download | ports-884b4897ada883d54647b520b7d2e745c96232c7.tar.gz ports-884b4897ada883d54647b520b7d2e745c96232c7.zip |
Use PORTDOCS instead PLIST_(FILES|DIRS)
Notes
Notes:
svn path=/head/; revision=140305
Diffstat (limited to 'emulators/osmose')
-rw-r--r-- | emulators/osmose/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/osmose/Makefile b/emulators/osmose/Makefile index 3842da9b9689..a7df5668f173 100644 --- a/emulators/osmose/Makefile +++ b/emulators/osmose/Makefile @@ -26,11 +26,7 @@ NO_WRKSUBDIR= yes OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on PLIST_FILES= bin/osmose - -.if !defined(NOPORTDOCS) -PLIST_FILES+= %%DOCSDIR%%/readme.txt -PLIST_DIRS= %%DOCSDIR%% -.endif +PORTDOCS= readme.txt do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |