diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-11 05:36:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-11 05:36:10 +0000 |
commit | 509263a31d4b4220f8cea9af8121430cc8e57423 (patch) | |
tree | 82ff23e82f6efb2e8db458bdff0622e8b0b40e5b /devel | |
parent | 8b75d7be143c5a1aa604f46d843f3c086c128bc2 (diff) |
Notes
Diffstat (limited to 'devel')
-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 8bd7d3011a13..5aa1dd2e6c7d 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 821ce7a7dc2d..61f6d5736a2e 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 3e2632464000..55d4c0507145 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 |