diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-11 13:36:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-11 13:36:10 +0800 |
commit | c7291da6ae5a646bdcc4a62df520f95d567828af (patch) | |
tree | 8967e1076c6e7833d70749ed46cef07180e88232 /devel/libshhopt | |
parent | bb5776f5ff3778bed64cae3ff1d3e9e45319fa46 (diff) | |
download | freebsd-ports-gnome-c7291da6ae5a646bdcc4a62df520f95d567828af.tar.gz freebsd-ports-gnome-c7291da6ae5a646bdcc4a62df520f95d567828af.tar.zst freebsd-ports-gnome-c7291da6ae5a646bdcc4a62df520f95d567828af.zip |
White space cleanup.
Diffstat (limited to 'devel/libshhopt')
-rw-r--r-- | devel/libshhopt/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
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) |