diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-23 01:58:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-23 01:58:50 +0800 |
commit | 85e692ec61895d9ce867af052d4ce793334490fd (patch) | |
tree | 49e3562987e537480f880bdd4a78d36a43764039 /net/naim/Makefile | |
parent | 990526e40086fc5c1d6bdbd29dd5e35273e42f5a (diff) | |
download | freebsd-ports-gnome-85e692ec61895d9ce867af052d4ce793334490fd.tar.gz freebsd-ports-gnome-85e692ec61895d9ce867af052d4ce793334490fd.tar.zst freebsd-ports-gnome-85e692ec61895d9ce867af052d4ce793334490fd.zip |
1. add missing files into plist
2. properly use PORTDOCS in plist
PR: 43253 (1)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/naim/Makefile')
-rw-r--r-- | net/naim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/naim/Makefile b/net/naim/Makefile index edb8a7d8343f..6fcc2b8ec1d6 100644 --- a/net/naim/Makefile +++ b/net/naim/Makefile @@ -7,6 +7,7 @@ PORTNAME= naim PORTVERSION= 0.11.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://rpi-acm.org/~n/dev.n.ml.org/ \ http://www.acm.rpi.edu/~n/dev.n.ml.org/ @@ -19,9 +20,9 @@ MAN1= naim.1 post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/naim - @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/ - @ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${PREFIX}/share/doc/naim/ + @ ${MKDIR} ${DOCSDIR} + @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR} + @ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${DOCSDIR} .endif .include <bsd.port.mk> |