mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
281 B
Text
13 lines
281 B
Text
--- Makefile.orig 2002-06-09 13:26:27 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,10 @@
|
|
# $Id: Makefile,v 1.1.1.1 2002/06/09 13:26:27 andrew Exp $
|
|
|
|
+BINOWN!= /usr/bin/id -n -u
|
|
+BINGRP!= /usr/bin/id -n -g
|
|
+SHAREOWN= ${BINOWN}
|
|
+SHAREGRP= ${BINGRP}
|
|
+
|
|
PROG= beep
|
|
SRCS= ${PROG}.c ${PROG}.h
|
|
LDADD=
|