diff options
author | cy <cy@FreeBSD.org> | 2002-11-07 13:46:03 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-11-07 13:46:03 +0800 |
commit | 86d53beeeb44f3cc0b87d227c5c754a255dc8f93 (patch) | |
tree | 66ab3ac8db83934fdf3409941ac4cccc48c8deca /x11 | |
parent | 07f51e3a6a6f07e9c677e1744a7bc18cade0740e (diff) | |
download | freebsd-ports-gnome-86d53beeeb44f3cc0b87d227c5c754a255dc8f93.tar.gz freebsd-ports-gnome-86d53beeeb44f3cc0b87d227c5c754a255dc8f93.tar.zst freebsd-ports-gnome-86d53beeeb44f3cc0b87d227c5c754a255dc8f93.zip |
Use PORTCOMMENT.
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 |