1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Modernize

Support stage
This commit is contained in:
Baptiste Daroussin 2014-04-04 09:59:58 +00:00
parent 903822e2e4
commit ce82d50c48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350082

View File

@ -12,12 +12,11 @@ COMMENT= The uTorrent Transport Protocol library
LICENSE= MIT
USE_DOS2UNIX= yes
USES= dos2unix uidfix
MAKEFILE= ${FILESDIR}/BSDmakefile
USE_LDCONFIG= yes
NO_STAGE= yes
pre-su-install:
${MKDIR} ${PREFIX}/include/libutp
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/libutp
.include <bsd.port.mk>