diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 13:40:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 13:40:28 +0000 |
commit | c4c14fd1564a7a3bd0ae1cd2fb6050b662c936f8 (patch) | |
tree | 98f96307b5a32cecd5d4e2104c22673c560b9789 /x11 | |
parent | 56b2cbf1c5abcce2be96f0aa252e4df4d8d99dd2 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk-launch/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile index 96f3f2a502e9..0c45aae4eee9 100644 --- a/x11/gtk-launch/Makefile +++ b/x11/gtk-launch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-launch -# Date created: 22 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= gtk-launch DISTVERSION= 1.1b @@ -23,6 +19,10 @@ PORTDOCS= INSTALL PORTSCOUT= skipv:1.1 +OPTIONS_DEFINE=DOCS + +.include <bsd.port.options.mk> + post-patch: ${ECHO_CMD} >> ${WRKSRC}/launch.c @@ -33,7 +33,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif |