diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 19:14:43 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 19:14:43 +0000 |
commit | 198f9722180148687ba7f1b3368727a3b88dd330 (patch) | |
tree | c71927c24616b647a0be8594203b80a737a11e2a /x11/gtk-theme-switch/Makefile | |
parent | 0ed61ead3cd56f04795d1fa76c391e3135aee722 (diff) |
Notes
Diffstat (limited to 'x11/gtk-theme-switch/Makefile')
-rw-r--r-- | x11/gtk-theme-switch/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/gtk-theme-switch/Makefile b/x11/gtk-theme-switch/Makefile index 03a1034abf82..5902ebe754b3 100644 --- a/x11/gtk-theme-switch/Makefile +++ b/x11/gtk-theme-switch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-theme-switch -# Date Created: 24 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gtk-theme-switch PORTVERSION= 1.0.1 @@ -19,7 +15,9 @@ USE_GMAKE= yes MAN1= gtk-theme-switch.1 -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${PREFIX}/share/gtk-theme-switch ${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README |