Index: font/devpdf/Makefile.sub
===================================================================
RCS file: /sources/groff/groff/font/devpdf/Makefile.sub,v
retrieving revision 1.1
diff -u -r1.1 Makefile.sub
--- font/devpdf/Makefile.sub	26 Jul 2011 17:11:10 -0000	1.1
+++ font/devpdf/Makefile.sub	3 Aug 2011 10:02:33 -0000
@@ -16,11 +16,12 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
+srcdir=../devps
 DEV=pdf
-GROFF_FONT_FILES=`cd $(DESTDIR)$(fontsubdir); \
+GROFF_FONT_FILES=`cd $(srcdir)$(fontsubdir); \
                   grep -l internalname * | grep -v Makefile.sub`
-ENC_FILES=`cd $(DESTDIR)$(fontsubdir); ls enc`
-MAP_FILES=`cd $(DESTDIR)$(fontsubdir); ls map`
+ENC_FILES=`cd $(srcdir)$(fontsubdir); ls enc`
+MAP_FILES=`cd $(srcdir)$(fontsubdir); ls map`
 
 UTILFILES=\
   BuildFoundries
