diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
commit | 00d52a3e4c5bf9de39ce9d6095393f52407d69df (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /graphics/l2p | |
parent | - Mark BROKEN: does not build ("ValueError: too many values to unpack") (diff) |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=415839
Diffstat (limited to 'graphics/l2p')
-rw-r--r-- | graphics/l2p/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index d8a1327c2d0d..676881636540 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -25,8 +25,6 @@ USE_PERL5= run USE_TEX= latex dvipsk USES= perl5 shebangfix zip -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} |