diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-04 17:59:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-04 17:59:58 +0800 |
commit | ef980029f0f4ba154a1036f15ffd57f471623209 (patch) | |
tree | 94f0e8095f172849a83824d549e3e212b06dbaa6 | |
parent | 1f20533d534bb0868564c8d16528d080068ffcef (diff) | |
download | freebsd-ports-gnome-ef980029f0f4ba154a1036f15ffd57f471623209.tar.gz freebsd-ports-gnome-ef980029f0f4ba154a1036f15ffd57f471623209.tar.zst freebsd-ports-gnome-ef980029f0f4ba154a1036f15ffd57f471623209.zip |
Modernize
Support stage
-rw-r--r-- | net/libutp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/libutp/Makefile b/net/libutp/Makefile index 06ed826fd3ae..ac8a01455afc 100644 --- a/net/libutp/Makefile +++ b/net/libutp/Makefile @@ -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> |