Skip to content

Commit

Permalink
Support STAGEDIR
Browse files Browse the repository at this point in the history
PR:		ports/193029
Submitted by:	Ports Fury.
  • Loading branch information
vanillahsu committed Aug 28, 2014
1 parent 17e51f0 commit 75e5fac
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions deskutils/tel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,35 @@

PORTNAME= tel
PORTVERSION= 0.1.7.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= CENKES BERLIOS
MASTER_SITES= SF/${PORTNAME}.berlios

MAINTAINER= [email protected]
COMMENT= Little console-based phone book manager

USES= gettext tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
NO_STAGE= yes
LICENSE= MIT

NO_ARCH= yes

USES= gettext python shebangfix tar:bzip2
SHEBANG_FILES= src/tel.py
python_OLD_CMD= /usr/bin/env python
python_CMD= ${PYTHON_CMD}
USE_PYTHON= distutils

post-patch:
@${REINPLACE_CMD} \
-e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
@${REINPLACE_CMD} -e \
's|distutils\.command\.install |setuptools\.command\.install |' \
${WRKSRC}/appdistutils.py
@${REINPLACE_CMD} -e \
's|$${install_messages}|${PREFIX}/share/locale| ; \
s|$${install_app_modules}|${PREFIX}/lib/tel| ; \
s|$${install_app_data}|${DATADIR}|' \
${WRKSRC}/src/tel.py

post-install:
@${FIND} ${STAGEDIR}${PREFIX}/bin -type l -delete
@${LN} -sf ${PREFIX}/lib/tel/tel.py ${STAGEDIR}${PREFIX}/bin/tel

.include <bsd.port.mk>

0 comments on commit 75e5fac

Please sign in to comment.