Create 'a' symbolic link.

This commit is contained in:
ajacoutot 2011-04-12 20:11:17 +00:00
parent ead4e6aafb
commit 5a87aa97c9
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2011/04/12 19:30:55 rpointel Exp $
# $OpenBSD: Makefile,v 1.3 2011/04/12 20:11:17 ajacoutot Exp $
COMMENT = Python easy_install replacement
MODPY_EGG_VERSION = 1.0
DISTNAME = pip-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
REVISION = 1
CATEGORIES = devel
MAINTAINER = wenheping@gmail.com

View File

@ -1,3 +1,3 @@
If you want to use this package as default pip, as root create
If you want to use this package as default pip, as root create a
symbolic link like so (overwriting any previous default):
ln -sf ${PREFIX}/bin/pip-${MODPY_VERSION} ${PREFIX}/bin/pip
ln -sf ${PREFIX}/bin/pip-${MODPY_VERSION} ${PREFIX}/bin/pip