diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-21 06:32:51 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-21 06:32:51 +0000 |
commit | e54edb727e15cc034572fab182730582b37a1744 (patch) | |
tree | 6b84acb4e3730ddecdfcc1a1e3be84063e563cc4 /x11/trayer | |
parent | ebe73c6c4353561c4eda7feab6f931c69bc4e02c (diff) |
Notes
Diffstat (limited to 'x11/trayer')
-rw-r--r-- | x11/trayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index 35363480217e..43fca4f63ecc 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= trayer PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/t/trayer @@ -34,8 +34,8 @@ post-patch: ${WRKSRC}/Makefile.common post-install: - ${MKDIR} ${DOCSDIR} .if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor |