summaryrefslogtreecommitdiff
path: root/archivers/sectar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/sectar/Makefile')
-rw-r--r--archivers/sectar/Makefile21
1 files changed, 9 insertions, 12 deletions
diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile
index f9def78315ce..c141ede9841a 100644
--- a/archivers/sectar/Makefile
+++ b/archivers/sectar/Makefile
@@ -1,19 +1,16 @@
-# New ports collection makefile for: sectar
-# Date created: 22 January 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
+# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
-#
-PORTNAME= sectar
-PORTVERSION= 1.02
-CATEGORIES= archivers
-MASTER_SITES= SF/star/${PORTNAME}/${PORTVERSION}
+PORTNAME= sectar
+PORTVERSION= 1.02
+CATEGORIES= archivers
+MASTER_SITES= SF/star/${PORTNAME}/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A program to create encrypted tar archives
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Program to create encrypted tar archives
+
+GNU_CONFIGURE= yes
PLIST_FILES= bin/sectar
-GNU_CONFIGURE= yes
.include <bsd.port.mk>