diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-09 14:43:15 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-09 14:43:15 +0000 |
commit | c2c8332ca3ead65b8f3b8b5d6eab9c29b070f12c (patch) | |
tree | 98ab53338abfdcf6ea572a0b3290dedaa542e299 /devel/picp | |
parent | c768de3eb6561a216fd30b27b9a63657ee1c38f3 (diff) | |
download | ports-c2c8332ca3ead65b8f3b8b5d6eab9c29b070f12c.tar.gz ports-c2c8332ca3ead65b8f3b8b5d6eab9c29b070f12c.zip |
Notes
Diffstat (limited to 'devel/picp')
-rw-r--r-- | devel/picp/Makefile | 14 | ||||
-rw-r--r-- | devel/picp/distinfo | 2 | ||||
-rw-r--r-- | devel/picp/pkg-descr | 1 |
3 files changed, 5 insertions, 12 deletions
diff --git a/devel/picp/Makefile b/devel/picp/Makefile index 0a33494b022a..c39b91304a05 100644 --- a/devel/picp/Makefile +++ b/devel/picp/Makefile @@ -6,23 +6,17 @@ # PORTNAME= picp -PORTVERSION= 0.4 +PORTVERSION= 0.5d CATEGORIES= devel -MASTER_SITES= http://bofh.stabilis.ru/ -DISTNAME= ${PORTNAME}_fbsd +MASTER_SITES= http://www.cosmodog.com/pic/ EXTRACT_SUFX= .tgz MAINTAINER= bms@spc.org COMMENT= Driver for the Microchip Picstart Plus development programmer -USE_REINPLACE= yes -NO_WRKSUBDIR= yes - -post-patch: - @${REINPLACE_CMD} -e 's,CC=,CC?=,' -e 's,-O2,,' \ - -e 's,CFLAGS=,CFLAGS+=,' ${WRKSRC}/Makefile +WRKSRC= ${WRKDIR}/${PORTNAME} do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/picp ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/picp ${PREFIX}/bin .include <bsd.port.mk> diff --git a/devel/picp/distinfo b/devel/picp/distinfo index 27a8827e4315..c6b7b868d020 100644 --- a/devel/picp/distinfo +++ b/devel/picp/distinfo @@ -1 +1 @@ -MD5 (picp_fbsd.tgz) = 419c4c98cbd2fd4fd74146ee6c798299 +MD5 (picp-0.5d.tgz) = 9a1f6a88d00805285f58844a3094f558 diff --git a/devel/picp/pkg-descr b/devel/picp/pkg-descr index 6ee54b2a9437..3d1438d80f7d 100644 --- a/devel/picp/pkg-descr +++ b/devel/picp/pkg-descr @@ -3,7 +3,6 @@ Picstart Plus development programmer. It is compatible with a variety of PICs including the 16F84. WWW: http://www.cosmodog.com/pic/ -WWW: http://bofh.stabilis.ru/soft.html Bruce bms@spc.org |