diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 03:17:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 03:17:40 +0000 |
commit | f7c67e5143759e1b8fac102f8403ad2ea54c385c (patch) | |
tree | d78c6d39e7bf0dfb6dcbac1d1f44de6a1c487e7c /devel/libshhmsg/Makefile | |
parent | f30769c2c6d1fb7c1978a6ba822e1ce624165501 (diff) | |
download | ports-f7c67e5143759e1b8fac102f8403ad2ea54c385c.tar.gz ports-f7c67e5143759e1b8fac102f8403ad2ea54c385c.zip |
Notes
Diffstat (limited to 'devel/libshhmsg/Makefile')
-rw-r--r-- | devel/libshhmsg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile index 28747597bbe0..b5685ffa25f3 100644 --- a/devel/libshhmsg/Makefile +++ b/devel/libshhmsg/Makefile @@ -7,21 +7,21 @@ # PORTNAME= libshhmsg -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhmsg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -USE_GMAKE= yes +MAKEFILE= ${FILESDIR}/Makefile.lib INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/libshhmsg + @${MKDIR} ${DOCSDIR} .for file in CREDITS README shhmsg.txt - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif |