svn commit: r321413 - head/comms/seyon
Boris Samorodov
bsam at FreeBSD.org
Thu Jun 20 19:22:15 UTC 2013
Author: bsam
Date: Thu Jun 20 19:22:14 2013
New Revision: 321413
URL: http://svnweb.freebsd.org/changeset/ports/321413
Log:
. use PLIST_FILES and remove pkg-plist (4 lines);
. . delete an article from COMMENT;
. trim Makefile headers.
Deleted:
head/comms/seyon/pkg-plist
Modified:
head/comms/seyon/Makefile
Modified: head/comms/seyon/Makefile
==============================================================================
--- head/comms/seyon/Makefile Thu Jun 20 19:18:18 2013 (r321412)
+++ head/comms/seyon/Makefile Thu Jun 20 19:22:14 2013 (r321413)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: seyon
-# Date created: 3 October 1994
-# Whom: Michael Elbel (me)
-#
+# Created by: Michael Elbel (me)
# $FreeBSD$
-#
PORTNAME= seyon
PORTVERSION= 2.14b
@@ -14,7 +10,7 @@ DISTNAME= Seyon-${PORTVERSION}
EXTRACT_SUFX= -tar.Z
MAINTAINER= ports at FreeBSD.org
-COMMENT= A communications package for the X Window system
+COMMENT= Communications package for the X Window system
WRKSRC= ${WRKDIR}/seyon
USE_IMAKE= yes
@@ -22,5 +18,7 @@ USE_XORG= x11 xext xpm xmu xaw xt sm ice
MAKE_JOBS_UNSAFE= yes
MAN1= seyon.1
+PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \
+ lib/X11/app-defaults/Seyon-color lib/X11/seyon.help
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list