diff options
-rw-r--r-- | devel/libshhmsg/Makefile | 7 | ||||
-rw-r--r-- | devel/libshhopt/Makefile | 17 | ||||
-rw-r--r-- | devel/libxalloc/Makefile | 1 |
3 files changed, 14 insertions, 11 deletions
diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile index 8bd7d30..5aa1dd2 100644 --- a/devel/libshhmsg/Makefile +++ b/devel/libshhmsg/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: libshhmsg # Date created: 1 May 1998 # Whom: Andrey Zakhvatov @@ -8,7 +9,7 @@ PORTNAME= libshhmsg PORTVERSION= 1.4.0 CATEGORIES= devel -MASTER_SITES= http://shh.thathost.com/pub-unix/files/ +MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhmsg-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org @@ -18,9 +19,9 @@ INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/libshhmsg + @${MKDIR} ${PREFIX}/share/doc/libshhmsg .for file in CREDITS README shhmsg.txt - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg .endfor .endif diff --git a/devel/libshhopt/Makefile b/devel/libshhopt/Makefile index 821ce7a..61f6d57 100644 --- a/devel/libshhopt/Makefile +++ b/devel/libshhopt/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: libshhopt # Date created: 11 April 1998 # Whom: Andrey Zakhvatov @@ -5,16 +6,16 @@ # $FreeBSD$ # -PORTNAME= libshhopt -PORTVERSION= 1.1.6 -CATEGORIES= devel -MASTER_SITES= http://shh.thathost.com/pub-unix/files/ -DISTNAME= shhopt-${PORTVERSION} +PORTNAME= libshhopt +PORTVERSION= 1.1.6 +CATEGORIES= devel +MASTER_SITES= http://shh.thathost.com/pub-unix/files/ +DISTNAME= shhopt-${PORTVERSION} -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org -USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) diff --git a/devel/libxalloc/Makefile b/devel/libxalloc/Makefile index 3e26324..55d4c05 100644 --- a/devel/libxalloc/Makefile +++ b/devel/libxalloc/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: libxalloc # Date created: 12 April 1998 # Whom: Andrey Zakhvatov |