# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # failport # failport/pkg-plist # failport/Makefile # failport/pkg-install # failport/pkg-descr # echo c - failport mkdir -p failport > /dev/null 2>&1 echo x - failport/pkg-plist sed 's/^X//' >failport/pkg-plist << 'c3781af04e8d0e0f7ee87e788b572d83' X/etc/example.timestamp Xetc/example.timestamp c3781af04e8d0e0f7ee87e788b572d83 echo x - failport/Makefile sed 's/^X//' >failport/Makefile << 'b7f351cf290fb2c85dc54819fc11d08a' X# $FreeBSD$ X XPORTNAME= failport XPORTVERSION= 0.0 XCATEGORIES= sysutils XMASTER_SITES= # none XDISTFILES= # none X XMAINTAINER= mandree@FreeBSD.org XCOMMENT= Demo to show pkg failure X XLICENSE= GPLv2+ X XNO_BUILD= yes X Xdo-install: X ${MKDIR} ${STAGEDIR}/etc ${STAGEDIR}${PREFIX}/etc X date >${STAGEDIR}/etc/example.timestamp X ${LN} ${STAGEDIR}/etc/example.timestamp ${STAGEDIR}${PREFIX}/etc X X.include b7f351cf290fb2c85dc54819fc11d08a echo x - failport/pkg-install sed 's/^X//' >failport/pkg-install << 'd7791b5840f615ebd15173139a881cc2' X#!/bin/sh X Xecho "$0 $@" Xenv|sort X Xif [ POST-INSTALL = "$2" ] ; then X echo >&2 "$0 pkg-install $@" should _NOT_ be run, but was X exit 1 Xfi d7791b5840f615ebd15173139a881cc2 echo x - failport/pkg-descr sed 's/^X//' >failport/pkg-descr << '27c3a38eeec2ca6cc1e1b7ffb78bdaa2' Xnothing to see 27c3a38eeec2ca6cc1e1b7ffb78bdaa2 exit