diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/mixal | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (diff) | |
download | ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.tar.gz ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.zip |
Notes
Diffstat (limited to 'lang/mixal')
-rw-r--r-- | lang/mixal/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/mixal/Makefile b/lang/mixal/Makefile index 61b0ecade253..099a95899b70 100644 --- a/lang/mixal/Makefile +++ b/lang/mixal/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mixal -# Date created: 21-Dec-1996 -# Whom: David O'Brien <obrien@cs.ucdavis.edu> -# +# Created by: David O'Brien <obrien@cs.ucdavis.edu> # $FreeBSD$ -# PORTNAME= mixal PORTVERSION= 1.11 @@ -20,6 +15,7 @@ ALL_TARGET= ${PORTNAME} MAN1= mixal.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mixal ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mixal.1 ${MANPREFIX}/man/man1 |