diff options
author | knu <knu@FreeBSD.org> | 2000-04-04 19:03:36 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-04 19:03:36 +0000 |
commit | 9fc2ad2e51123003b50155437114e19b6fb58fd0 (patch) | |
tree | ce08f5af90257122a5f0c23108200d00d56eecb8 /archivers | |
parent | d64db6c37f1a054c07dde7ba9b0291888b71040f (diff) | |
download | FreeBSD-ports-9fc2ad2e51123003b50155437114e19b6fb58fd0.zip FreeBSD-ports-9fc2ad2e51123003b50155437114e19b6fb58fd0.tar.gz |
Style fix:
- Remove post-install information from DESCR's.
- Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
- Remove unnecessary whitespace.
Pointed out by: portlint
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/Makefile | 2 | ||||
-rw-r--r-- | archivers/fastjar/pkg-message | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index b18e8a4..809732c 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -19,7 +19,7 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/fastjar cd ${WRKSRC} && ${INSTALL_DATA} CHANGES README ${PREFIX}/share/doc/fastjar/ -.endif @${CAT} ${PKGMESSAGE} +.endif .include <bsd.port.mk> diff --git a/archivers/fastjar/pkg-message b/archivers/fastjar/pkg-message index 08dc1be..b770e56 100644 --- a/archivers/fastjar/pkg-message +++ b/archivers/fastjar/pkg-message @@ -1,4 +1,4 @@ ************************************************************ Please refer to the documents held in: - /usr/local/share/doc/fastjar/ + ${PREFIX}/share/doc/fastjar/ ************************************************************ |