diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-30 05:49:07 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-30 05:49:07 +0800 |
commit | 7ef7ed5b33dc8b2615615022076b35de715a9261 (patch) | |
tree | f418d6c687b594b96659042abc12f9c5f4ee3402 /x11 | |
parent | 4818823381eceabfe12e365b47541e070f06cffe (diff) | |
download | freebsd-ports-gnome-7ef7ed5b33dc8b2615615022076b35de715a9261.tar.gz freebsd-ports-gnome-7ef7ed5b33dc8b2615615022076b35de715a9261.tar.zst freebsd-ports-gnome-7ef7ed5b33dc8b2615615022076b35de715a9261.zip |
Uncomment a line that wasn't supposed to be commented. This
broke package building.
Noticed by: bento.freebsd.org
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmbutton/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wmbutton/Makefile b/x11/wmbutton/Makefile index 5f51b6c73122..7898acbec0ce 100644 --- a/x11/wmbutton/Makefile +++ b/x11/wmbutton/Makefile @@ -3,7 +3,7 @@ # Date created: 10 Apr 1999 # Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.2 1999/08/14 09:11:54 jim Exp $ +# $Id: Makefile,v 1.3 1999/08/22 19:01:04 mharo Exp $ # DISTNAME= wmbutton-0.4 @@ -26,7 +26,7 @@ post-install: @${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton" @${ECHO} "===> Modify if you wish and copy to ~/.wmbutton" @${MKDIR} ${PREFIX}/share/examples/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/examples/wmbutton - #${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton + ${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton" @${ECHO} "===> Please read it for usage instructions" @${MKDIR} ${PREFIX}/share/doc/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/doc/wmbutton |