diff options
Diffstat (limited to 'devel/picp/Makefile')
-rw-r--r-- | devel/picp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/picp/Makefile b/devel/picp/Makefile index 84c5b3674f24..de8d20f28f8f 100644 --- a/devel/picp/Makefile +++ b/devel/picp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: picp -# Date created: 25 October 2002 -# Whom: Bruce M Simpson <bms@spc.org> -# +# Created by: Bruce M Simpson <bms@spc.org> # $FreeBSD$ -# PORTNAME= picp PORTVERSION= 0.6.8 @@ -15,6 +11,7 @@ COMMENT= Driver for the Microchip Picstart Plus development programmer PLIST_FILES= bin/picp +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/picp ${PREFIX}/bin |