diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-21 03:22:14 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-21 03:22:14 +0800 |
commit | ceb468d550b981efaff8f1389d6e94bb62c48306 (patch) | |
tree | b93fddb4e00080efce3a23abbc4bee946adf531c /comms | |
parent | cd7725f60d3fd2c706cd81ab45772c5d090a311d (diff) | |
download | freebsd-ports-gnome-ceb468d550b981efaff8f1389d6e94bb62c48306.tar.gz freebsd-ports-gnome-ceb468d550b981efaff8f1389d6e94bb62c48306.tar.zst freebsd-ports-gnome-ceb468d550b981efaff8f1389d6e94bb62c48306.zip |
. use PLIST_FILES and remove pkg-plist (4 lines);
. . delete an article from COMMENT;
. trim Makefile headers.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/seyon/Makefile | 10 | ||||
-rw-r--r-- | comms/seyon/pkg-plist | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 70e3ee346937..3f437fb73a05 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -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@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> diff --git a/comms/seyon/pkg-plist b/comms/seyon/pkg-plist deleted file mode 100644 index 85efd8c4c5ea..000000000000 --- a/comms/seyon/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/seyon -lib/X11/app-defaults/Seyon -lib/X11/app-defaults/Seyon-color -lib/X11/seyon.help |