diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /palm | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) | |
download | ports-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.tar.gz ports-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.zip |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69612
Diffstat (limited to 'palm')
-rw-r--r-- | palm/hdconv/Makefile | 2 | ||||
-rw-r--r-- | palm/hdconv/pkg-comment | 1 | ||||
-rw-r--r-- | palm/xcopilot/Makefile | 2 | ||||
-rw-r--r-- | palm/xcopilot/pkg-comment | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/palm/hdconv/Makefile b/palm/hdconv/Makefile index bcf7feb4de3b..ec2dd4525b9e 100644 --- a/palm/hdconv/Makefile +++ b/palm/hdconv/Makefile @@ -13,6 +13,8 @@ DISTNAME= handbase_desktop_${PORTVERSION:S/./_/}.i386-any-linux2.0 MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Converts HanDBase database to CSV, and vice versa + BUILD_DEPENDS= ${LINUXBASE}/usr/bin/strip:${PORTSDIR}/devel/linux_devtools-7 USE_LINUX= yes diff --git a/palm/hdconv/pkg-comment b/palm/hdconv/pkg-comment deleted file mode 100644 index 5a15162697d0..000000000000 --- a/palm/hdconv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Converts HanDBase database to CSV, and vice versa diff --git a/palm/xcopilot/Makefile b/palm/xcopilot/Makefile index 6f4b08193d4d..76dd2a0fd663 100644 --- a/palm/xcopilot/Makefile +++ b/palm/xcopilot/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://xcopilot.cuspy.com/build/ MAINTAINER= ports@freebsd.org +PORTCOMMENT= Emulator for US Robotics Pilot PDA + USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes diff --git a/palm/xcopilot/pkg-comment b/palm/xcopilot/pkg-comment deleted file mode 100644 index 9ab86a19f85f..000000000000 --- a/palm/xcopilot/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Emulator for US Robotics Pilot PDA |