diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 02:36:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 02:36:09 +0800 |
commit | 4e4106081d21ac818b0300444e451cfe28cdfc94 (patch) | |
tree | 5916b00f43a8b0a353a8ccd87b2c56ee5de21988 /net | |
parent | 64172f384751458ec5b60e9a6eeb52fc151bfd8c (diff) | |
download | freebsd-ports-gnome-4e4106081d21ac818b0300444e451cfe28cdfc94.tar.gz freebsd-ports-gnome-4e4106081d21ac818b0300444e451cfe28cdfc94.tar.zst freebsd-ports-gnome-4e4106081d21ac818b0300444e451cfe28cdfc94.zip |
- Support STAGEDIR
Diffstat (limited to 'net')
-rw-r--r-- | net/tintin++/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 66707f72eba8..08ddd70d3591 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -33,7 +33,6 @@ PORTDOCS= ${DOCS:T} SLAVEDIRS= chinese/tintin++ -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBIG5} @@ -44,10 +43,10 @@ post-configure: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${STAGEDIR}${PREFIX}/bin/ .if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d ${DOCSDIR}/ - cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ .endif .include <bsd.port.mk> |