diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/drupal6-print | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) | |
download | ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.tar.gz ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.zip |
Notes
Diffstat (limited to 'www/drupal6-print')
-rw-r--r-- | www/drupal6-print/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/drupal6-print/Makefile b/www/drupal6-print/Makefile index 6dbca4ba3795..6b75da85d881 100644 --- a/www/drupal6-print/Makefile +++ b/www/drupal6-print/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: drupal6-print -# Date created: Jul 28 2008 -# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru> -# +# Created by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> # $FreeBSD$ PORTNAME= print @@ -35,4 +32,5 @@ MODULE_FILES= icons/mail_icon.gif icons/pdf_icon.gif icons/print_icon.gif \ DOC_FILES= CHANGELOG.txt CREDITS.txt INSTALL.txt \ LICENSE.txt MAINTAINERS.txt README.txt +NO_STAGE= yes .include <bsd.port.mk> |