1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/beep/files/patch-Makefile
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

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=