Makefile revision 5680
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# CDDL HEADER START
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# The contents of this file are subject to the terms of the
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# Common Development and Distribution License (the "License").
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# You may not use this file except in compliance with the License.
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# See the License for the specific language governing permissions
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# and limitations under the License.
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# When distributing Covered Code, include this CDDL HEADER in each
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# If applicable, add the following below this CDDL HEADER, with the
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# CDDL HEADER END
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync sha256:09093168552119e962617f86f2713564cf6e3fe7fd32d6799aa0b87df28f1e89
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsyncCOMPONENT_ARCHIVE_URL= http://download.berlios.de/fetchmail/$(COMPONENT_ARCHIVE)
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# Change the shebang line to use Python 2.7 explicitly, and drop the
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync# fixed file into /usr/bin, where our package manifest expects it.
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync $(GSED) -e "s|/usr/bin/env python|$(PYTHON.2.7.32)|" \
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync $(PROTO_DIR)/usr/lib/python2.7/site-packages/fetchmailconf.py > \
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync '-e "s|^.*$(CC).*$$|XXX_CC_XXX|"' \
075099b0d35edc4b6b68ca196c1942baa9f79af3vboxsync '-e "/^XXX_CC_XXX$$/d"'