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 /palm | |
parent | 9d3fbd7b82b343108df5412a1b27406024e611e8 (diff) | |
download | freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.gz freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.zst freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.zip |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
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 |