diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-11-07 05:46:03 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-11-07 05:46:03 +0000 |
commit | bf8abaf92f3d1b76111204a490921a99da68e3d8 (patch) | |
tree | a0417c8c37d95ab4c3d491c140a5a963c26c9d41 /x11 | |
parent | Deploy USE_REINPLACE (diff) |
Use PORTCOMMENT.
Notes
Notes:
svn path=/head/; revision=69632
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcut/Makefile | 2 | ||||
-rw-r--r-- | x11/xcut/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile index ba24451ec605..a0b426bdcfd2 100644 --- a/x11/xcut/Makefile +++ b/x11/xcut/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://download.sourceforge.net/xcut/ \ MAINTAINER= cy@FreeBSD.org +PORTCOMMENT= Manipulate X cut buffers from the commandline + USE_IMAKE= YES MAN1= xcut.1 diff --git a/x11/xcut/pkg-comment b/x11/xcut/pkg-comment deleted file mode 100644 index 3ec876e2333c..000000000000 --- a/x11/xcut/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Manipulate X cut buffers from the commandline |