diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 22:42:34 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 22:42:34 +0000 |
| commit | 5d031e3497fcde7522c66562e645e37f4eb85c9b (patch) | |
| tree | 7d8a925d23efd70c315086e9f4c3d27ef7fc34ba /misc/pdmenu/files/patch-ad | |
| parent | - Remove USE_XLIB in favor of USE_XORG (diff) | |
- Update to 1.2.93
PR: 121799
Submitted by: Ports Fury
Diffstat (limited to 'misc/pdmenu/files/patch-ad')
| -rw-r--r-- | misc/pdmenu/files/patch-ad | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/pdmenu/files/patch-ad b/misc/pdmenu/files/patch-ad deleted file mode 100644 index cc258cabf9bf..000000000000 --- a/misc/pdmenu/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ - -$FreeBSD$ - ---- Makefile.orig -+++ Makefile -@@ -13,7 +13,7 @@ - include makeinfo - - pdmenu: .dep $(OBJFILES) -- ${CC} -o pdmenu $(OBJFILES) $(CFLAGS) $(LIBS) -+ ${CC} -o pdmenu $(OBJFILES) $(CFLAGS) $(LIBS) -lintl - - depend: .dep - dep: .dep -@@ -57,8 +57,7 @@ - $(INSTALL) examples/showdir.pl $(INSTALL_PREFIX)/$(DATADIR)/pdmenu - cd $(INSTALL_PREFIX)/$(DATADIR)/pdmenu && $(LN_S) -f showdir.pl editdir.pl - for lang in $(LANGS); do \ -- [ ! -d $(LOCALEDIR)/$$lang/LC_MESSAGES/ ] && mkdir -p $(LOCALEDIR)/$$lang/LC_MESSAGES/; \ -- install -m 644 po/$$lang.mo $(LOCALEDIR)/$$lang/LC_MESSAGES/pdmenu.mo; \ -+ install -m 644 po/$$lang.mo $(PREFIX)/share/locale/$$lang/LC_MESSAGES/pdmenu.mo; \ - done - - test: pdmenu |
