Bug 72601 - [MAINTAINER] databases/py-sqlobject: install additional docs, examples
Summary: [MAINTAINER] databases/py-sqlobject: install additional docs, examples
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 03:20 UTC by Choe
Modified: 2004-10-13 10:39 UTC (History)
0 users

See Also:


Attachments
file.diff (188 bytes, patch)
2004-10-13 03:20 UTC, Choe
no flags Details | Diff
file.diff (411 bytes, patch)
2004-10-13 03:20 UTC, Choe
no flags Details | Diff
file.diff (1.20 KB, patch)
2004-10-13 03:20 UTC, Choe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Choe freebsd_committer freebsd_triage 2004-10-13 03:20:25 UTC
      install additional docs and examples for database/py-sqlobject

Fix: PORTNAME=      sqlobject
PORTVERSION=   0.6
+PORTREVISION=  1
CATEGORIES=    databases python
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=    ${PORTNAME}
@@ -22,5 +23,14 @@

USE_PYTHON=    yes
USE_PYDISTUTILS=       yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+       ${MKDIR} ${DOCSDIR}
+       ${INSTALL_MAN} ${WRKSRC}/README.txt ${DOCSDIR}
+       ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+       ${MKDIR} ${EXAMPLESDIR}
+       ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+.endif

.include <bsd.port.mk>
How-To-Repeat:       N/A
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-13 10:38:57 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Again, the patch was malformed (spaces removed, tabs converted 
to spaces). Please, make sure next time the patch goes unharmed.