diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
commit | 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a (patch) | |
tree | eea5ecd9ebb32eb75307481e787e956b5e31f3bb /x11-fm | |
parent | 9d3fbd7b82b343108df5412a1b27406024e611e8 (diff) | |
download | freebsd-ports-graphics-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.gz freebsd-ports-graphics-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.zst freebsd-ports-graphics-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.zip |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/dfm/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/dfm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/endeavour/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/endeavour/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/ezfm/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/ezfm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/mtoolsfm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/xfm/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/xfm/pkg-comment | 1 |
10 files changed, 10 insertions, 5 deletions
diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile index ef139dc44ae..8f2dcd7ef55 100644 --- a/x11-fm/dfm/Makefile +++ b/x11-fm/dfm/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.kaisersite.de/dfm/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= OS/2 - like Desktop-File-Manager for X Window System + WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes diff --git a/x11-fm/dfm/pkg-comment b/x11-fm/dfm/pkg-comment deleted file mode 100644 index d2968d47d5e..00000000000 --- a/x11-fm/dfm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -OS/2 - like Desktop-File-Manager for X Window System diff --git a/x11-fm/endeavour/Makefile b/x11-fm/endeavour/Makefile index 25b74139075..36d1531f0b8 100644 --- a/x11-fm/endeavour/Makefile +++ b/x11-fm/endeavour/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A graphical file manager and image viewer aimed towards new users + USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/x11-fm/endeavour/pkg-comment b/x11-fm/endeavour/pkg-comment deleted file mode 100644 index 1305a95faf7..00000000000 --- a/x11-fm/endeavour/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A graphical file manager and image viewer aimed towards new users diff --git a/x11-fm/ezfm/Makefile b/x11-fm/ezfm/Makefile index 1b48d9cce84..52a5b4abe3a 100644 --- a/x11-fm/ezfm/Makefile +++ b/x11-fm/ezfm/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= EZWGL-based file manager for X Window System + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ EZ.1:${PORTSDIR}/graphics/EZWGL diff --git a/x11-fm/ezfm/pkg-comment b/x11-fm/ezfm/pkg-comment deleted file mode 100644 index 8d69b778bcc..00000000000 --- a/x11-fm/ezfm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -EZWGL-based file manager for X Window System diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index 2952b655f5f..e34522b7186 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -14,6 +14,8 @@ DISTNAME= MToolsFM-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A graphical frontend to mtools + RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools USE_REINPLACE= yes diff --git a/x11-fm/mtoolsfm/pkg-comment b/x11-fm/mtoolsfm/pkg-comment deleted file mode 100644 index a07ba2316cd..00000000000 --- a/x11-fm/mtoolsfm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A graphical frontend to mtools diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index a7cd21d8f31..453fff3c0d0 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The X File Manager + LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes diff --git a/x11-fm/xfm/pkg-comment b/x11-fm/xfm/pkg-comment deleted file mode 100644 index 98687cb5b14..00000000000 --- a/x11-fm/xfm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The X File Manager |