diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:43:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:43:59 +0800 |
commit | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/catdvi | |
parent | 88a427743818e5beaf3469612941ef241fff5bc0 (diff) | |
download | freebsd-ports-gnome-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.gz freebsd-ports-gnome-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.zst freebsd-ports-gnome-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Diffstat (limited to 'print/catdvi')
-rw-r--r-- | print/catdvi/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index 2961ffa68227..c876a6aa1c8b 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: catdvi -# Date created: Feb 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= catdvi PORTVERSION= 0.14 @@ -28,6 +23,7 @@ PLIST_FILES= bin/catdvi CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${MANPREFIX}/man/man1 |