diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 07:14:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 07:14:46 +0800 |
commit | 74812c52bf610de417313e0f2eac59dc4250cee4 (patch) | |
tree | ad8ec3a42fe120a499740c78503e8932e5554a5f /astro/gpsman | |
parent | 1a727dd67207fb945d8eca1aaae3175ff2770d43 (diff) | |
download | freebsd-ports-graphics-74812c52bf610de417313e0f2eac59dc4250cee4.tar.gz freebsd-ports-graphics-74812c52bf610de417313e0f2eac59dc4250cee4.tar.zst freebsd-ports-graphics-74812c52bf610de417313e0f2eac59dc4250cee4.zip |
portlint (variable ordering, trim trailing blank lines)
Diffstat (limited to 'astro/gpsman')
-rw-r--r-- | astro/gpsman/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsman/pkg-message | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile index 1b8e4f9a4fc..597d39f9a75 100644 --- a/astro/gpsman/Makefile +++ b/astro/gpsman/Makefile @@ -15,7 +15,6 @@ MASTER_SITES= http://www.ncc.up.pt/gpsman/gpsmanhtml/ \ MASTER_SITE_SUBDIR= science/cartography # This is ugly; sorry. DISTNAME= ${PORTNAME}_FreeBSD-${PORTVERSION} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= david@catwhisker.org @@ -23,6 +22,7 @@ COMMENT= A Tcl/Tk-based GPS management utility RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes NO_BUILD= yes diff --git a/astro/gpsman/pkg-message b/astro/gpsman/pkg-message index ddc2e12fbea..83c9d1a6b3e 100644 --- a/astro/gpsman/pkg-message +++ b/astro/gpsman/pkg-message @@ -3,4 +3,3 @@ Please see file:%%PREFIX%%/share/doc/gpsman/html/index.html and/or file:%%PREFIX%%/share/doc/gpsman/GPSMandoc.ps or file:%%PREFIX%%/share/doc/gpsman/GPSMandoc.pdf for documentation on using GPS Manager. - |