# $FreeBSD$ # # MAINTAINER: portmgr@FreeBSD.org # # @sample etc/somefile.conf.sample # or # @sample file1 file2 # # Where file1 is considered as a sample file and file2 the target file # # This will install the somefile.conf.sample and automatically copy to # somefile.conf if it doesn't exist. On deinstall it will remove the # somefile.conf if it still matches the sample, otherwise it is # kept. # # This replaces the old pattern: # @unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm -f %D/etc/pkgtools.conf; fi # etc/pkgtools.conf.sample # @exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf actions: [file(1)] arguments: true post-install: < FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcptraceroute
Commit message (Expand)AuthorAgeFilesLines
* - Patch net/libnet* to versioned libraries and header files, so they canpav2007-01-312-5/+11
* - Update MASTER_SITESmiwi2007-01-041-1/+2
* Hand maintainership to submittererwin2006-06-021-1/+1
* - Add SHA256pav2005-11-261-0/+1
* libnet update:sem2005-11-151-1/+2
* - Change libnet dependency line to a file exclusive to net/libnet portpav2005-09-011-1/+1
* reset maintainer to ports@FreeBSD.orgoliver2005-04-131-1/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* tcptraceroute.c compile fails with: missing terminating " characteredwin2003-10-082-2/+28