diff options
-rw-r--r-- | net/unison/Makefile | 9 | ||||
-rw-r--r-- | net/unison/pkg-descr | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 4d9f3f1aaf29..c30420dfa14d 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -9,7 +9,8 @@ CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org COMMENT= User-level file synchronization tool -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING FLAVORS= x11 nox11 FLAVOR?= ${FLAVORS:[1]} @@ -84,14 +85,16 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .if ${FLAVOR} == x11 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-text ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .endif +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} + do-install-FSMONITOR-on: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-fsmonitor ${STAGEDIR}${PREFIX}/bin diff --git a/net/unison/pkg-descr b/net/unison/pkg-descr index ba302a0f4ae6..0fdae72e6019 100644 --- a/net/unison/pkg-descr +++ b/net/unison/pkg-descr @@ -8,4 +8,4 @@ management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.) uni-directional mirroring utilities (rsync, etc.) and other synchronizers (Intellisync, Reconcile, etc). -WWW: http://www.cis.upenn.edu/~bcpierce/unison/ +WWW: https://www.cis.upenn.edu/~bcpierce/unison/ |