diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-13 17:31:14 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-13 17:31:14 +0000 |
commit | 33ccb0ca82ac474a353b921c40700d2cdc6ee8c7 (patch) | |
tree | 4df17e3f80c9b252a997908094c97289b263170b /sysutils/user/patches | |
parent | 5ba169b700b88fa32bb76dab637990495f2b6952 (diff) | |
download | pkgsrc-33ccb0ca82ac474a353b921c40700d2cdc6ee8c7.tar.gz |
Make this pkg behave like any other (real) package:
allow building of a binary package and deinstallation (as advertized :)
Diffstat (limited to 'sysutils/user/patches')
-rw-r--r-- | sysutils/user/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/user/patches/patch-aa b/sysutils/user/patches/patch-aa new file mode 100644 index 00000000000..7c62de00be2 --- /dev/null +++ b/sysutils/user/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2000/01/13 17:31:16 hubertf Exp $ + +--- Makefile.BAK Thu Jan 13 18:05:29 2000 ++++ Makefile Thu Jan 13 18:05:54 2000 +@@ -30,7 +30,7 @@ + FILESNAME_dot.cshrc= .cshrc + FILESNAME_dot.login= .login + FILESNAME_dot.profile= .profile +-FILESDIR= /usr/share/examples/usermgmt ++FILESDIR?= /usr/share/examples/usermgmt + .endif + + # this target checks the built-in default group, and, if it doesn't exist, |