Changeset 14540 for trunk/base


Ignore:
Timestamp:
Oct 11, 2005, 4:15:17 AM (19 years ago)
Author:
jmpp
Message:

Submitted by: jmpp@

Two lingering lines missed in the portall removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/Makefile

    r14538 r14540  
    1 MAN1=           port.1 portall.1
     1MAN1=           port.1
    22INSTALLDIR=     ${DESTDIR}${prefix}
    33TOPSRCDIR=      ../..
    4 SCRIPTS=        portindex portall port
     4SCRIPTS=        portindex port
    55
    66edit = sed \
     
    3030install: mkdirs
    3131        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 port.1 ${INSTALLDIR}/share/man/man1
    32         $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 portall.1 ${INSTALLDIR}/share/man/man1
    3332        $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}/bin
    3433        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 555 port ${INSTALLDIR}/bin/port
Note: See TracChangeset for help on using the changeset viewer.