- fix a warning during packaging about funky symlinks (ptd. out by sthen)
- get rid of gzip'd man pages looks good to sthen@
This commit is contained in:
parent
43aa8b80b6
commit
cd46ce2dcf
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2010/07/30 11:29:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/09/05 21:35:06 jasper Exp $
|
||||
|
||||
COMMENT= minimalistic window manager for X11
|
||||
|
||||
DISTNAME= aewm-1.3.12
|
||||
REVISION= 0
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://www.red-bean.com/decklin/aewm/
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-Makefile,v 1.5 2010/03/21 09:27:25 jasper Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.6 2010/09/05 21:35:06 jasper Exp $
|
||||
--- Makefile.orig Thu Dec 27 19:15:32 2007
|
||||
+++ Makefile Mon Jan 25 23:31:39 2010
|
||||
+++ Makefile Sun Sep 5 23:32:29 2010
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
# Set this to the location where you want to install
|
||||
@ -37,7 +37,7 @@ $OpenBSD: patch-Makefile,v 1.5 2010/03/21 09:27:25 jasper Exp $
|
||||
|
||||
$(X11OBJ): %.o: %.c
|
||||
$(CC) $(CFLAGS) $(X11FLAGS) -c $< -o $@
|
||||
@@ -81,13 +81,12 @@ AERC = aewmrc clientsrc
|
||||
@@ -81,17 +81,16 @@ AERC = aewmrc clientsrc
|
||||
|
||||
install: all
|
||||
mkdir -p $(BINDIR) $(MANDIR) $(CFGDIR)
|
||||
@ -53,4 +53,10 @@ $OpenBSD: patch-Makefile,v 1.5 2010/03/21 09:27:25 jasper Exp $
|
||||
+ ${BSD_INSTALL_PROGRAM} doc/$$i.ex $(CFGDIR)/$$i; \
|
||||
done
|
||||
for i in $(PLAINBIN) $(X11BIN) $(GTKBIN); do \
|
||||
ln -sf aeclients.1x.gz $(MANDIR)/$$i.1x.gz; \
|
||||
- ln -sf aeclients.1x.gz $(MANDIR)/$$i.1x.gz; \
|
||||
- done
|
||||
+ ln -sf aeclients.1x $(MANDIR)/$$i.1x; \
|
||||
+ done
|
||||
|
||||
clean:
|
||||
rm -f $(ALLBIN) $(ALLOBJ)
|
||||
|
@ -1,14 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/03/21 09:27:25 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2010/09/05 21:35:06 jasper Exp $
|
||||
@bin bin/aedesk
|
||||
@bin bin/aemenu
|
||||
@bin bin/aepanel
|
||||
@bin bin/aesession
|
||||
@bin bin/aewm
|
||||
@man man/man1/aeclients.1x
|
||||
@man man/man1/aedesk.1x.gz
|
||||
@man man/man1/aemenu.1x.gz
|
||||
@man man/man1/aepanel.1x.gz
|
||||
@man man/man1/aesession.1x.gz
|
||||
@man man/man1/aedesk.1x
|
||||
@man man/man1/aemenu.1x
|
||||
@man man/man1/aepanel.1x
|
||||
@man man/man1/aesession.1x
|
||||
@man man/man1/aewm.1x
|
||||
share/examples/aewm/
|
||||
share/examples/aewm/aewmrc
|
||||
|
Loading…
Reference in New Issue
Block a user