diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-11 22:18:01 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-11 22:18:01 +0800 |
commit | 95792be7511c5ce42ec90c098ec151521bc25398 (patch) | |
tree | b20e8fa39d7f47e5ac65570524af39804107f1d1 /audio | |
parent | e287393ededca400d34a0da59555da4c19cfbdf6 (diff) | |
download | freebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.tar.gz freebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.tar.zst freebsd-ports-gnome-95792be7511c5ce42ec90c098ec151521bc25398.zip |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-soundcloud/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-soundcloud/Makefile b/audio/py-soundcloud/Makefile index 62578f868c8f..2158b2b81f78 100644 --- a/audio/py-soundcloud/Makefile +++ b/audio/py-soundcloud/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= brnrd@FreeBSD.org -COMMENT= A friendly wrapper library for the Soundcloud API +COMMENT= Friendly wrapper library for the Soundcloud API LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -23,7 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} do-test: cd ${WRKSRC} ; nosetests --with-doctest |