mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
--- 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=
|