aboutsummaryrefslogtreecommitdiffstats
path: root/devel/zziplib/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
committersobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
commit51369898d389675759f44baed7961d59c8233c93 (patch)
tree8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /devel/zziplib/Makefile
parent03f706620f3d8413ee3403771d9bc2bc73023978 (diff)
downloadfreebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'devel/zziplib/Makefile')
-rw-r--r--devel/zziplib/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile
index 2ee732b037ed..2ef6fc7c95a3 100644
--- a/devel/zziplib/Makefile
+++ b/devel/zziplib/Makefile
@@ -5,16 +5,15 @@
# $FreeBSD$
#
-PORTNAME= zziplib
-PORTVERSION= 0.10.11
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+PORTNAME= zziplib
+PORTVERSION= 0.10.11
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= greid@ukug.uk.freebsd.org
+MAINTAINER= greid@ukug.uk.freebsd.org
-USE_LIBTOOL= yes
-
-INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>