diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/panomatic | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | ports-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Notes
Diffstat (limited to 'graphics/panomatic')
-rw-r--r-- | graphics/panomatic/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index a3d180a3d704..3043e960152f 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: panomatic -# Date created: Fri Mar 7 11:06:34 UTC 2008 -# Whom: argv[0] (Iouri V. Ivliev) -# +# Created by: argv[0] (Iouri V. Ivliev) # $FreeBSD$ PORTNAME= panomatic @@ -26,4 +23,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/panomatic +NO_STAGE= yes .include <bsd.port.mk> |