diff options
Diffstat (limited to 'misc/dotfile/Makefile')
-rw-r--r-- | misc/dotfile/Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 237e2155e797..afb27db175b0 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,7 +3,7 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $Id: Makefile,v 1.7 1998/02/23 04:09:58 steve Exp $ +# $Id: Makefile,v 1.8 1998/02/25 10:10:53 asami Exp $ # DISTNAME= dotfile-2.2 @@ -15,28 +15,11 @@ MAINTAINER= oly@world.std.com LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 -BROKEN= package - GNU_CONFIGURE= yes MAN1= dotfile.1 NO_BUILD= yes -pre-fetch: -.if !defined(PROCMAIL) - @${ECHO_MSG} "This port requires an extra configure if you intend to use it to create procmailrc files. If you'd like this capability restart with \"make PROCMAIL=yes\"." - @${ECHO_MSG} "" - @${ECHO_MSG} "If you choose not to compile in this capability now, you can add it later by running configure in ${PREFIX}/${DISTNAME}/procmail." -.endif - -post-configure: -.if defined(PROCMAIL) - @(cd ${WRKSRC}/Modules/procmail && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \ - INSTALL="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) -.endif - post-install: @${MKDIR} ${PREFIX}/share/doc/${DISTNAME} @${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/dotfile |