diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
commit | 855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/tcmplex-panteltje | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) |
Notes
Diffstat (limited to 'multimedia/tcmplex-panteltje')
-rw-r--r-- | multimedia/tcmplex-panteltje/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/tcmplex-panteltje/Makefile b/multimedia/tcmplex-panteltje/Makefile index a79f63f80789..232070f607a4 100644 --- a/multimedia/tcmplex-panteltje/Makefile +++ b/multimedia/tcmplex-panteltje/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcmplex-panteltje -# Date created: 2004-10-21 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tcmplex-panteltje PORTVERSION= 0.4.7 @@ -24,6 +20,7 @@ ALL_TARGET= a.out PORTDOCS= CHANGES COPYRIGHT README PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) |