diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/min12xxw | |
parent | 4bcad8fbe603f44ebb6e03f8973707d0ff716aad (diff) |
Notes
Diffstat (limited to 'print/min12xxw')
-rw-r--r-- | print/min12xxw/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/min12xxw/Makefile b/print/min12xxw/Makefile index 3bb7cdf51519..13709a84a89a 100644 --- a/print/min12xxw/Makefile +++ b/print/min12xxw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: min12xxw -# Date created: 29 September 2007 -# Whom: Tim McCormick <tim@pcbsd.org> -# +# Created by: Tim McCormick <tim@pcbsd.org> # $FreeBSD$ -# PORTNAME= min12xxw PORTVERSION= 0.0.9 @@ -18,6 +14,7 @@ HAS_CONFIGURE= yes MAN1= min12xxw.1 PLIST_FILES= bin/min12xxw bin/esc-m +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/min12xxw ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/esc-m ${PREFIX}/bin |