mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
7 lines
84 B
Bash
7 lines
84 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
|
|
DPTPATH=%%PREFIX%%/dpt
|
|
export DPTPATH
|
|
|
|
${DPTPATH}/dptmgr $*
|